Color Hex Logo

#666dcb Color Hex

#666DCB
(102,109,203)
0 Favorites   0 Comments

Color spaces of #666dcb

RGB 102109203
HSL0.660.490.60
HSV236°50°80°
CMYK 0.500.460.00   0.20
XYZ21.727618.073958.8433
Yxy18.07390.22030.1832
Hunter Lab42.513416.8287-52.3046
CIE-Lab49.585623.0261-49.8293

#666dcb color RGB value is (102,109,203).

#666dcb hex color red value is 102, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #666dcb hue: 0.66 , saturation: 0.49 and the lightness value of 666dcb is 0.60.

The process color (four color CMYK) of #666dcb color hex is 0.50, 0.46, 0.00, 0.20. Web safe color of #666dcb is #6666cc. Color #666dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 11001011
Octal 146 155 313
Decimal 102 109 203
Hex 66 6D CB

RGB Percentages of Color #666dcb

%24.64
%26.33
%49.03

CMYK Percentages of Color #666dcb

%50
%46
%0
%20

Triadic Colors of #666dcb

#666dcb #cb666d #6dcb66

Analogous Colors of #666dcb

#666dcb #9266cb #66a0cb

Monochromatic Colors of #666dcb

#666dcb

Complementary Color

#666dcb #cbc466

#666dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666dcb Color CSS Codes

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

#666dcb Text Font Color

<p style="color:#666dcb">Text here</p>

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


#666dcb Background Color

<div style="background-color:#666dcb">
Div content here</div>

This div background color is #666dcb


#666dcb Border Color

<div style="border:3px solid #666dcb">
Div here</div>

This div border color is #666dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,109,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 #666dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666dcb


Comments

No comments written yet.

Please login to write comment.