#606170

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

Shades of Comet #606170

Tints of Comet #606170

Color information

#606170 (or 0x606170) is unknown color: approx Comet. HEX triplet: 60, 61 and 70. RGB value is (96,97,112). Sum of RGB (Red+Green+Blue) = 96+97+112=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #606170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606170 is #9F9E8F. Grayscale: #626262. Windows color (decimal): -10460816 or 7364960. OLE color: 7364960.

HSL color Cylindrical-coordinate representation of color #606170: hue angle of 236.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606170 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9697112-
CMYK0.140.1300.56
HSL236.25º7.69%40.78%-
HSV(B)236.25º14.29%43.92%-
XYZ12.0212.2117.05-
YUV98.41135.67126.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=31.48%
G=31.80%
B=36.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96971120.140.1300.56236.257.6940.78
Hex606170ED038ec829
Octal14014116016150703541051
Binary110000011000011110000111011010111000111011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606170; }

 p { color: rgb(96,97,112); }

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

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

 a { background-color: rgb(96,97,112); }

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

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

 span { border-color: rgb(96,97,112); }

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