Color Hex Logo

#666999 Color Hex

#666999
(102,105,153)
5 Favorites   3 Comments

Color spaces of #666999

RGB 102105153
HSL0.660.200.50
HSV236°33°60°
CMYK 0.330.310.00   0.40
XYZ16.280815.227832.2182
Yxy15.22780.25550.2390
Hunter Lab39.02286.1825-21.6353
CIE-Lab45.944610.6801-26.4724

#666999 color RGB value is (102,105,153).

#666999 hex color red value is 102, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #666999 hue: 0.66 , saturation: 0.20 and the lightness value of 666999 is 0.50.

The process color (four color CMYK) of #666999 color hex is 0.33, 0.31, 0.00, 0.40. Web safe color of #666999 is #666699. Color #666999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101001 10011001
Octal 146 151 231
Decimal 102 105 153
Hex 66 69 99

RGB Percentages of Color #666999

%28.33
%29.17
%42.50

CMYK Percentages of Color #666999

%33
%31
%0
%40

Triadic Colors of #666999

#666999 #996669 #699966

Analogous Colors of #666999

#666999 #7d6699 #668399

Monochromatic Colors of #666999

#666999

Complementary Color

#666999 #999666

#666999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666999 Color CSS Codes

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

#666999 Text Font Color

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

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


#666999 Background Color

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

This div background color is #666999


#666999 Border Color

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

This div border color is #666999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,105,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666999;
  -webkit-box-shadow: 1px 1px 3px 2px #666999;
  box-shadow:         1px 1px 3px 2px #666999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666999


Comments

2 Aug 2020, 19:54 confusedindigo

ooh a nice color and a nice number

26 Oct 2019, 16:17 R3Ked

nice

10 Jan 2019, 5:19 PerYngveOhlin

Well, cool code ya got there

Please login to write comment.