#666870

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

Shades of Comet #666870

Tints of Comet #666870

Color information

#666870 (or 0x666870) is unknown color: approx Comet. HEX triplet: 66, 68 and 70. RGB value is (102,104,112). Sum of RGB (Red+Green+Blue) = 102+104+112=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 112 - color contains mainly: blue. Hex color #666870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666870 is #99978F. Grayscale: #686868. Windows color (decimal): -10065808 or 7366758. OLE color: 7366758.

HSL color Cylindrical-coordinate representation of color #666870: hue angle of 228º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666870 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB102104112-
CMYK0.090.0700.56
HSL228º4.67%41.96%-
HSV(B)228º8.93%43.92%-
XYZ13.3513.917.31-
YUV104.31132.34126.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=32.08%
G=32.70%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021041120.090.0700.562284.6741.96
Hex66687097038e452a
Octal146150160117070344552
Binary1100110110100011100001001111011100011100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666870; }

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

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

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

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

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

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

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

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