#666570

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

Shades of Comet #666570

Tints of Comet #666570

Color information

#666570 (or 0x666570) is unknown color: approx Comet. HEX triplet: 66, 65 and 70. RGB value is (102,101,112). Sum of RGB (Red+Green+Blue) = 102+101+112=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #666570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666570 is #999A8F. Grayscale: #666666. Windows color (decimal): -10066576 or 7365990. OLE color: 7365990.

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

Color convert

RGB102101112-
CMYK0.090.1000.56
HSL245.45º5.16%41.76%-
HSV(B)245.45º9.82%43.92%-
XYZ13.0613.317.21-
YUV102.55133.33127.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=32.38%
G=32.06%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021011120.090.1000.56245.455.1641.76
Hex6665709A038f552a
Octal1461451601112070365552
Binary11001101100101111000010011010011100011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666570; }

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

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

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

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

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

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

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

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