#667275

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

Shades of Pale Sky #667275

Tints of Pale Sky #667275

Color information

#667275 (or 0x667275) is unknown color: approx Pale Sky. HEX triplet: 66, 72 and 75. RGB value is (102,114,117). Sum of RGB (Red+Green+Blue) = 102+114+117=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #667275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667275 is #998D8A. Grayscale: #6E6E6E. Windows color (decimal): -10063243 or 7696998. OLE color: 7696998.

HSL color Cylindrical-coordinate representation of color #667275: hue angle of 192º 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 #667275 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102114117-
CMYK0.130.0300.54
HSL192º6.85%42.94%-
HSV(B)192º12.82%45.88%-
XYZ14.7116.1419.17-
YUV110.75131.52121.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=30.63%
G=34.23%
B=35.14%

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
Decimal1021141170.130.0300.541926.8542.94
Hex667275D3036c072b
Octal146162165153066300753
Binary110011011100101110101110111011011011000000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667275; }

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

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

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

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

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

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

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

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