#666E71

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

Shades of Pale Sky #666E71

Tints of Pale Sky #666E71

Color information

#666E71 (or 0x666E71) is unknown color: approx Pale Sky. HEX triplet: 66, 6E and 71. RGB value is (102,110,113). Sum of RGB (Red+Green+Blue) = 102+110+113=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #666E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E71 is #99918E. Grayscale: #6B6B6B. Windows color (decimal): -10064271 or 7433830. OLE color: 7433830.

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

Color convert

RGB102110113-
CMYK0.100.0300.56
HSL196.36º5.12%42.16%-
HSV(B)196.36º9.73%44.31%-
XYZ14.0415.1717.81-
YUV107.95130.85123.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=31.38%
G=33.85%
B=34.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021101130.100.0300.56196.365.1242.16
Hex666E71A3038c452a
Octal146156161123070304552
Binary110011011011101110001101011011100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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