Color Hex Logo

#666bd2 Color Hex

#666BD2
(102,107,210)
0 Favorites   0 Comments

Color spaces of #666bd2

RGB 102107210
HSL0.660.550.61
HSV237°51°82°
CMYK 0.510.490.00   0.18
XYZ22.370017.993363.2668
Yxy17.99330.21590.1736
Hunter Lab42.418519.9021-58.7375
CIE-Lab49.488026.4308-53.9816

#666bd2 color RGB value is (102,107,210).

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

The process color (four color CMYK) of #666bd2 color hex is 0.51, 0.49, 0.00, 0.18. Web safe color of #666bd2 is #6666cc. Color #666bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101011 11010010
Octal 146 153 322
Decimal 102 107 210
Hex 66 6B D2

RGB Percentages of Color #666bd2

%24.34
%25.54
%50.12

CMYK Percentages of Color #666bd2

%51
%49
%0
%18

Triadic Colors of #666bd2

#666bd2 #d2666b #6bd266

Analogous Colors of #666bd2

#666bd2 #9766d2 #66a1d2

Monochromatic Colors of #666bd2

#666bd2

Complementary Color

#666bd2 #d2cd66

#666bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666bd2 Color CSS Codes

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

#666bd2 Text Font Color

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

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


#666bd2 Background Color

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

This div background color is #666bd2


#666bd2 Border Color

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

This div border color is #666bd2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,107,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666bd2


Comments

No comments written yet.

Please login to write comment.