#667074

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

Shades of Pale Sky #667074

Tints of Pale Sky #667074

Color information

#667074 (or 0x667074) is unknown color: approx Pale Sky. HEX triplet: 66, 70 and 74. RGB value is (102,112,116). Sum of RGB (Red+Green+Blue) = 102+112+116=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #667074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667074 is #998F8B. Grayscale: #6D6D6D. Windows color (decimal): -10063756 or 7630950. OLE color: 7630950.

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

Color convert

RGB102112116-
CMYK0.120.0300.55
HSL197.14º6.42%42.75%-
HSV(B)197.14º12.07%45.49%-
XYZ14.4315.6718.79-
YUV109.47131.69122.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=30.91%
G=33.94%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021121160.120.0300.55197.146.4242.75
Hex667074C3037c562b
Octal146160164143067305653
Binary110011011100001110100110011011011111000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667074; }

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

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

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

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

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

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

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

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