#666C6E

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

Shades of Pale Sky #666C6E

Tints of Pale Sky #666C6E

Color information

#666C6E (or 0x666C6E) is unknown color: approx Pale Sky. HEX triplet: 66, 6C and 6E. RGB value is (102,108,110). Sum of RGB (Red+Green+Blue) = 102+108+110=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 110 - color contains mainly: blue. Hex color #666C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C6E is #999391. Grayscale: #6A6A6A. Windows color (decimal): -10064786 or 7236710. OLE color: 7236710.

HSL color Cylindrical-coordinate representation of color #666C6E: hue angle of 195º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666C6E is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102108110-
CMYK0.070.0200.57
HSL195º3.77%41.57%-
HSV(B)195º7.27%43.14%-
XYZ13.6614.6816.86-
YUV106.43130.01124.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=31.88%
G=33.75%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021081100.070.0200.571953.7741.57
Hex666C6E72039c342a
Octal14615415672071303452
Binary11001101101100110111011110011100111000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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