#667072

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

Shades of Pale Sky #667072

Tints of Pale Sky #667072

Color information

#667072 (or 0x667072) is unknown color: approx Pale Sky. HEX triplet: 66, 70 and 72. RGB value is (102,112,114). Sum of RGB (Red+Green+Blue) = 102+112+114=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #667072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667072 is #998F8D. Grayscale: #6D6D6D. Windows color (decimal): -10063758 or 7499878. OLE color: 7499878.

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

Color convert

RGB102112114-
CMYK0.110.0200.55
HSL190º5.56%42.35%-
HSV(B)190º10.53%44.71%-
XYZ14.3115.6318.18-
YUV109.24130.69122.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=31.10%
G=34.15%
B=34.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021121140.110.0200.551905.5642.35
Hex667072B2037be62a
Octal146160162132067276652
Binary110011011100001110010101110011011110111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667072; }

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

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

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

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

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

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

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

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