#606270

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

Shades of Comet #606270

Tints of Comet #606270

Color information

#606270 (or 0x606270) is unknown color: approx Comet. HEX triplet: 60, 62 and 70. RGB value is (96,98,112). Sum of RGB (Red+Green+Blue) = 96+98+112=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #606270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606270 is #9F9D8F. Grayscale: #626262. Windows color (decimal): -10460560 or 7365216. OLE color: 7365216.

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

Color convert

RGB9698112-
CMYK0.140.1300.56
HSL232.5º7.69%40.78%-
HSV(B)232.5º14.29%43.92%-
XYZ12.1212.3917.08-
YUV99135.34125.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=31.37%
G=32.03%
B=36.60%

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
Decimal96981120.140.1300.56232.57.6940.78
Hex606270ED038e8829
Octal14014216016150703501051
Binary110000011000101110000111011010111000111010001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606270; }

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

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

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

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

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

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

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

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