Color Hex Logo

#6974be Color Hex

#6974BE
(105,116,190)
0 Favorites   0 Comments

Color spaces of #6974be

RGB 105116190
HSL0.650.400.58
HSV232°45°75°
CMYK 0.450.390.00   0.25
XYZ21.365419.211751.2974
Yxy19.21170.23250.2091
Hunter Lab43.831210.3049-38.7077
CIE-Lab50.934015.5059-40.2201

#6974be color RGB value is (105,116,190).

#6974be hex color red value is 105, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6974be hue: 0.65 , saturation: 0.40 and the lightness value of 6974be is 0.58.

The process color (four color CMYK) of #6974be color hex is 0.45, 0.39, 0.00, 0.25. Web safe color of #6974be is #6666cc. Color #6974be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01110100 10111110
Octal 151 164 276
Decimal 105 116 190
Hex 69 74 BE

RGB Percentages of Color #6974be

%25.55
%28.22
%46.23

CMYK Percentages of Color #6974be

%45
%39
%0
%25

Triadic Colors of #6974be

#6974be #be6974 #74be69

Analogous Colors of #6974be

#6974be #8969be #699fbe

Monochromatic Colors of #6974be

#6974be

Complementary Color

#6974be #beb369

#6974be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6974be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6974be Color CSS Codes

.mybgcolor {background-color:#6974be; } 
.myforecolor {color:#6974be; }
.mybordercolor {border:3px solid #6974be; }

#6974be Text Font Color

<p style="color:#6974be">Text here</p>

This sample text font color is #6974be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6974be Background Color

<div style="background-color:#6974be">
Div content here</div>

This div background color is #6974be


#6974be Border Color

<div style="border:3px solid #6974be">
Div here</div>

This div border color is #6974be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,116,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6974be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6974be;
  -webkit-box-shadow: 1px 1px 3px 2px #6974be;
  box-shadow:         1px 1px 3px 2px #6974be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,116,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6974be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6974be;
  -webkit-box-shadow: 1px 1px 3px 2px #6974be;
  box-shadow:         1px 1px 3px 2px #6974be;">
Div content here</div>

This div box has shadow with color #6974be


Comments

No comments written yet.

Please login to write comment.