#666D70

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

Shades of Pale Sky #666D70

Tints of Pale Sky #666D70

Color information

#666D70 (or 0x666D70) is unknown color: approx Pale Sky. HEX triplet: 66, 6D and 70. RGB value is (102,109,112). Sum of RGB (Red+Green+Blue) = 102+109+112=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #666D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D70 is #99928F. Grayscale: #6B6B6B. Windows color (decimal): -10064528 or 7368038. OLE color: 7368038.

HSL color Cylindrical-coordinate representation of color #666D70: hue angle of 198º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666D70 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB102109112-
CMYK0.090.0300.56
HSL198º4.67%41.96%-
HSV(B)198º8.93%43.92%-
XYZ13.8714.9317.48-
YUV107.25130.68124.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=31.58%
G=33.75%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021091120.090.0300.561984.6741.96
Hex666D7093038c652a
Octal146155160113070306552
Binary110011011011011110000100111011100011000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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