Color Hex Logo

#6d91cb Color Hex

#6D91CB
(109,145,203)
0 Favorites   0 Comments

Color spaces of #6d91cb

RGB 109145203
HSL0.600.470.61
HSV217°46°80°
CMYK 0.460.290.00   0.20
XYZ27.211627.813860.4343
Yxy27.81380.23570.2409
Hunter Lab52.7388-0.1924-31.0243
CIE-Lab59.72013.1604-33.8112

#6d91cb color RGB value is (109,145,203).

#6d91cb hex color red value is 109, green value is 145 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6d91cb hue: 0.60 , saturation: 0.47 and the lightness value of 6d91cb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10010001 11001011
Octal 155 221 313
Decimal 109 145 203
Hex 6D 91 CB

RGB Percentages of Color #6d91cb

%23.85
%31.73
%44.42

CMYK Percentages of Color #6d91cb

%46
%29
%0
%20

Triadic Colors of #6d91cb

#6d91cb #cb6d91 #91cb6d

Analogous Colors of #6d91cb

#6d91cb #786dcb #6dc0cb

Monochromatic Colors of #6d91cb

#6d91cb

Complementary Color

#6d91cb #cba76d

#6d91cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d91cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d91cb Color CSS Codes

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

#6d91cb Text Font Color

<p style="color:#6d91cb">Text here</p>

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


#6d91cb Background Color

<div style="background-color:#6d91cb">
Div content here</div>

This div background color is #6d91cb


#6d91cb Border Color

<div style="border:3px solid #6d91cb">
Div here</div>

This div border color is #6d91cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,145,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d91cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d91cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d91cb;
  box-shadow:         1px 1px 3px 2px #6d91cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d91cb


Comments

No comments written yet.

Please login to write comment.