#667375

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

Shades of Pale Sky #667375

Tints of Pale Sky #667375

Color information

#667375 (or 0x667375) is unknown color: approx Pale Sky. HEX triplet: 66, 73 and 75. RGB value is (102,115,117). Sum of RGB (Red+Green+Blue) = 102+115+117=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #667375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667375 is #998C8A. Grayscale: #6F6F6F. Windows color (decimal): -10062987 or 7697254. OLE color: 7697254.

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

Color convert

RGB102115117-
CMYK0.130.0200.54
HSL188º6.85%42.94%-
HSV(B)188º12.82%45.88%-
XYZ14.8216.3719.21-
YUV111.34131.19121.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=30.54%
G=34.43%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021151170.130.0200.541886.8542.94
Hex667375D2036bc72b
Octal146163165152066274753
Binary110011011100111110101110110011011010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667375; }

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

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

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

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

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

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

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

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