Color Hex Logo

#666998 Color Hex

#666998
(102,105,152)
0 Favorites   0 Comments

Color spaces of #666998

RGB 102105152
HSL0.660.200.50
HSV236°33°60°
CMYK 0.330.310.00   0.40
XYZ16.198615.194931.7849
Yxy15.19490.25640.2405
Hunter Lab38.98065.9605-21.0588
CIE-Lab45.900010.4044-25.9492

#666998 color RGB value is (102,105,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101001 10011000
Octal 146 151 230
Decimal 102 105 152
Hex 66 69 98

RGB Percentages of Color #666998

%28.41
%29.25
%42.34

CMYK Percentages of Color #666998

%33
%31
%0
%40

Triadic Colors of #666998

#666998 #986669 #699866

Analogous Colors of #666998

#666998 #7c6698 #668298

Monochromatic Colors of #666998

#666998

Complementary Color

#666998 #989566

#666998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666998 Color CSS Codes

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

#666998 Text Font Color

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

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


#666998 Background Color

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

This div background color is #666998


#666998 Border Color

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

This div border color is #666998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666998


Comments

No comments written yet.

Please login to write comment.