#666C6D

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

Shades of Pale Sky #666C6D

Tints of Pale Sky #666C6D

Color information

#666C6D (or 0x666C6D) is unknown color: approx Pale Sky. HEX triplet: 66, 6C and 6D. RGB value is (102,108,109). Sum of RGB (Red+Green+Blue) = 102+108+109=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #666C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C6D is #999392. Grayscale: #6A6A6A. Windows color (decimal): -10064787 or 7171174. OLE color: 7171174.

HSL color Cylindrical-coordinate representation of color #666C6D: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666C6D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102108109-
CMYK0.060.0100.57
HSL188.57º3.32%41.37%-
HSV(B)188.57º6.42%42.75%-
XYZ13.614.6516.58-
YUV106.32129.51124.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=31.97%
G=33.86%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021081090.060.0100.57188.573.3241.37
Hex666C6D61039bd329
Octal14615415561071275351
Binary110011011011001101101110101110011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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