#667175

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

Shades of Pale Sky #667175

Tints of Pale Sky #667175

Color information

#667175 (or 0x667175) is unknown color: approx Pale Sky. HEX triplet: 66, 71 and 75. RGB value is (102,113,117). Sum of RGB (Red+Green+Blue) = 102+113+117=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #667175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667175 is #998E8A. Grayscale: #6E6E6E. Windows color (decimal): -10063499 or 7696742. OLE color: 7696742.

HSL color Cylindrical-coordinate representation of color #667175: hue angle of 196º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667175 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102113117-
CMYK0.130.0300.54
HSL196º6.85%42.94%-
HSV(B)196º12.82%45.88%-
XYZ14.615.9219.13-
YUV110.17131.86122.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=30.72%
G=34.04%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021131170.130.0300.541966.8542.94
Hex667175D3036c472b
Octal146161165153066304753
Binary110011011100011110101110111011011011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667175; }

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

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

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

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

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

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

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

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