#666F73

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

Shades of Pale Sky #666F73

Tints of Pale Sky #666F73

Color information

#666F73 (or 0x666F73) is unknown color: approx Pale Sky. HEX triplet: 66, 6F and 73. RGB value is (102,111,115). Sum of RGB (Red+Green+Blue) = 102+111+115=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #666F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F73 is #99908C. Grayscale: #6C6C6C. Windows color (decimal): -10064013 or 7565158. OLE color: 7565158.

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

Color convert

RGB102111115-
CMYK0.110.0300.55
HSL198.46º5.99%42.55%-
HSV(B)198.46º11.3%45.1%-
XYZ14.2615.4318.45-
YUV108.76131.52123.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=31.10%
G=33.84%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021111150.110.0300.55198.465.9942.55
Hex666F73B3037c662b
Octal146157163133067306653
Binary110011011011111110011101111011011111000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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