#666F71

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

Shades of Pale Sky #666F71

Tints of Pale Sky #666F71

Color information

#666F71 (or 0x666F71) is unknown color: approx Pale Sky. HEX triplet: 66, 6F and 71. RGB value is (102,111,113). Sum of RGB (Red+Green+Blue) = 102+111+113=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #666F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F71 is #99908E. Grayscale: #6C6C6C. Windows color (decimal): -10064015 or 7434086. OLE color: 7434086.

HSL color Cylindrical-coordinate representation of color #666F71: hue angle of 190.91º 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 #666F71 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB102111113-
CMYK0.100.0200.56
HSL190.91º5.12%42.16%-
HSV(B)190.91º9.73%44.31%-
XYZ14.1415.3917.85-
YUV108.54130.52123.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=31.29%
G=34.05%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021111130.100.0200.56190.915.1242.16
Hex666F71A2038bf52a
Octal146157161122070277552
Binary110011011011111110001101010011100010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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