#666E72

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

Shades of Pale Sky #666E72

Tints of Pale Sky #666E72

Color information

#666E72 (or 0x666E72) is unknown color: approx Pale Sky. HEX triplet: 66, 6E and 72. RGB value is (102,110,114). Sum of RGB (Red+Green+Blue) = 102+110+114=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #666E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E72 is #99918D. Grayscale: #6C6C6C. Windows color (decimal): -10064270 or 7499366. OLE color: 7499366.

HSL color Cylindrical-coordinate representation of color #666E72: hue angle of 200º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666E72 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102110114-
CMYK0.110.0400.55
HSL200º5.56%42.35%-
HSV(B)200º10.53%44.71%-
XYZ14.0915.1918.11-
YUV108.06131.35123.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=31.29%
G=33.74%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021101140.110.0400.552005.5642.35
Hex666E72B4037c862a
Octal146156162134067310652
Binary1100110110111011100101011100011011111001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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