Color Hex Logo

#6991cd Color Hex

#6991CD
(105,145,205)
0 Favorites   0 Comments

Color spaces of #6991cd

RGB 105145205
HSL0.600.500.61
HSV216°49°80°
CMYK 0.490.290.00   0.20
XYZ26.970527.661861.6754
Yxy27.66180.23190.2378
Hunter Lab52.5945-0.5054-32.7108
CIE-Lab59.58202.7799-35.1670

#6991cd color RGB value is (105,145,205).

#6991cd hex color red value is 105, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6991cd hue: 0.60 , saturation: 0.50 and the lightness value of 6991cd is 0.61.

The process color (four color CMYK) of #6991cd color hex is 0.49, 0.29, 0.00, 0.20. Web safe color of #6991cd is #6699cc. Color #6991cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010001 11001101
Octal 151 221 315
Decimal 105 145 205
Hex 69 91 CD

RGB Percentages of Color #6991cd

%23.08
%31.87
%45.05

CMYK Percentages of Color #6991cd

%49
%29
%0
%20

Triadic Colors of #6991cd

#6991cd #cd6991 #91cd69

Analogous Colors of #6991cd

#6991cd #7369cd #69c3cd

Monochromatic Colors of #6991cd

#6991cd

Complementary Color

#6991cd #cda569

#6991cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6991cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6991cd Color CSS Codes

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

#6991cd Text Font Color

<p style="color:#6991cd">Text here</p>

This sample text font color is #6991cd
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.


#6991cd Background Color

<div style="background-color:#6991cd">
Div content here</div>

This div background color is #6991cd


#6991cd Border Color

<div style="border:3px solid #6991cd">
Div here</div>

This div border color is #6991cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,145,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6991cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6991cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6991cd;
  box-shadow:         1px 1px 3px 2px #6991cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6991cd


Comments

No comments written yet.

Please login to write comment.