#606370

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

Shades of Comet #606370

Tints of Comet #606370

Color information

#606370 (or 0x606370) is unknown color: approx Comet. HEX triplet: 60, 63 and 70. RGB value is (96,99,112). Sum of RGB (Red+Green+Blue) = 96+99+112=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #606370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606370 is #9F9C8F. Grayscale: #636363. Windows color (decimal): -10460304 or 7365472. OLE color: 7365472.

HSL color Cylindrical-coordinate representation of color #606370: hue angle of 228.75º 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 #606370 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9699112-
CMYK0.140.1200.56
HSL228.75º7.69%40.78%-
HSV(B)228.75º14.29%43.92%-
XYZ12.2112.5817.11-
YUV99.58135.01125.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=31.27%
G=32.25%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96991120.140.1200.56228.757.6940.78
Hex606370EC038e5829
Octal14014316016140703451051
Binary110000011000111110000111011000111000111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606370; }

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

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

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

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

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

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

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

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