Color Hex Logo

#666bbd Color Hex

#666BBD
(102,107,189)
0 Favorites   0 Comments

Color spaces of #666bbd

RGB 102107189
HSL0.660.400.57
HSV237°46°74°
CMYK 0.460.430.00   0.26
XYZ19.922517.014350.3782
Yxy17.01430.22820.1949
Hunter Lab41.248414.0288-43.5392
CIE-Lab48.278019.9500-43.8641

#666bbd color RGB value is (102,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101011 10111101
Octal 146 153 275
Decimal 102 107 189
Hex 66 6B BD

RGB Percentages of Color #666bbd

%25.63
%26.88
%47.49

CMYK Percentages of Color #666bbd

%46
%43
%0
%26

Triadic Colors of #666bbd

#666bbd #bd666b #6bbd66

Analogous Colors of #666bbd

#666bbd #8d66bd #6697bd

Monochromatic Colors of #666bbd

#666bbd

Complementary Color

#666bbd #bdb866

#666bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#666bbd Color CSS Codes

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

#666bbd Text Font Color

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

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


#666bbd Background Color

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

This div background color is #666bbd


#666bbd Border Color

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

This div border color is #666bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666bbd


Comments

No comments written yet.

Please login to write comment.