#666E79

Color #666E79 Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #666E79

Tints of Raven #666E79

Color information

#666E79 (or 0x666E79) is unknown color: approx Raven. HEX triplet: 66, 6E and 79. RGB value is (102,110,121). Sum of RGB (Red+Green+Blue) = 102+110+121=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #666E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E79 is #999186. Grayscale: #6C6C6C. Windows color (decimal): -10064263 or 7958118. OLE color: 7958118.

HSL color Cylindrical-coordinate representation of color #666E79: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666E79 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102110121-
CMYK0.160.0900.53
HSL214.74º8.52%43.73%-
HSV(B)214.74º15.7%47.45%-
XYZ14.5115.3620.29-
YUV108.86134.85123.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=30.63%
G=33.03%
B=36.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021101210.160.0900.53214.748.5243.73
Hex666E79109035d792c
Octal14615617120110653271154
Binary1100110110111011110011000010010110101110101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666E79; }

 p { color: rgb(102,110,121); }

 H1.HeaderClassName
 {
   color: #666E79;
 }
 .AnyTagClassName
 {
   color: #666E79;
 }
</style>
background-color css

<style>
 a { background-color: #666E79; }

 a { background-color: rgb(102,110,121); }

 div.DivClassName
 {
   background-color: #666E79;
 }
 .BgClassName
 {
   background-color: #666E79;
 }
</style>
border-color css

<style>
 span { border-color: #666E79; }

 span { border-color: rgb(102,110,121); }

 td.TdClassName
 {
   border-color: #666E79;
 }
 .TagClassName
 {
   border-color: #666E79;
 }
</style>