#666F79

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

Shades of Raven #666F79

Tints of Raven #666F79

Color information

#666F79 (or 0x666F79) is unknown color: approx Raven. HEX triplet: 66, 6F and 79. RGB value is (102,111,121). Sum of RGB (Red+Green+Blue) = 102+111+121=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #666F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F79 is #999086. Grayscale: #6D6D6D. Windows color (decimal): -10064007 or 7958374. OLE color: 7958374.

HSL color Cylindrical-coordinate representation of color #666F79: hue angle of 211.58º 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 #666F79 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102111121-
CMYK0.160.0800.53
HSL211.58º8.52%43.73%-
HSV(B)211.58º15.7%47.45%-
XYZ14.6215.5720.32-
YUV109.45134.52122.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=30.54%
G=33.23%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021111210.160.0800.53211.588.5243.73
Hex666F79108035d492c
Octal14615717120100653241154
Binary1100110110111111110011000010000110101110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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