Color Hex Logo

#666bcb Color Hex

#666BCB
(102,107,203)
0 Favorites   0 Comments

Color spaces of #666bcb

RGB 102107203
HSL0.660.490.60
HSV237°50°80°
CMYK 0.500.470.00   0.20
XYZ21.516717.652058.7730
Yxy17.65200.21970.1802
Hunter Lab42.014317.8899-53.5297
CIE-Lab49.071324.2508-50.6512

#666bcb color RGB value is (102,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101011 11001011
Octal 146 153 313
Decimal 102 107 203
Hex 66 6B CB

RGB Percentages of Color #666bcb

%24.76
%25.97
%49.27

CMYK Percentages of Color #666bcb

%50
%47
%0
%20

Triadic Colors of #666bcb

#666bcb #cb666b #6bcb66

Analogous Colors of #666bcb

#666bcb #9466cb #669ecb

Monochromatic Colors of #666bcb

#666bcb

Complementary Color

#666bcb #cbc666

#666bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#666bcb Color CSS Codes

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

#666bcb Text Font Color

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

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


#666bcb Background Color

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

This div background color is #666bcb


#666bcb Border Color

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

This div border color is #666bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666bcb


Comments

No comments written yet.

Please login to write comment.