Color Hex Logo

#666f96 Color Hex

#666F96
(102,111,150)
0 Favorites   0 Comments

Color spaces of #666f96

RGB 102111150
HSL0.640.190.49
HSV229°32°59°
CMYK 0.320.260.00   0.41
XYZ16.669016.395731.1403
Yxy16.39570.25960.2554
Hunter Lab40.49162.6220-17.2532
CIE-Lab47.48946.2113-22.3058

#666f96 color RGB value is (102,111,150).

#666f96 hex color red value is 102, green value is 111 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #666f96 hue: 0.64 , saturation: 0.19 and the lightness value of 666f96 is 0.49.

The process color (four color CMYK) of #666f96 color hex is 0.32, 0.26, 0.00, 0.41. Web safe color of #666f96 is #666699. Color #666f96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101111 10010110
Octal 146 157 226
Decimal 102 111 150
Hex 66 6F 96

RGB Percentages of Color #666f96

%28.10
%30.58
%41.32

CMYK Percentages of Color #666f96

%32
%26
%0
%41

Triadic Colors of #666f96

#666f96 #96666f #6f9666

Analogous Colors of #666f96

#666f96 #756696 #668796

Monochromatic Colors of #666f96

#666f96

Complementary Color

#666f96 #968d66

#666f96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666f96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666f96 Color CSS Codes

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

#666f96 Text Font Color

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

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


#666f96 Background Color

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

This div background color is #666f96


#666f96 Border Color

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

This div border color is #666f96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666f96


Comments

No comments written yet.

Please login to write comment.