#606475

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

Shades of Comet #606475

Tints of Comet #606475

Color information

#606475 (or 0x606475) is unknown color: approx Comet. HEX triplet: 60, 64 and 75. RGB value is (96,100,117). Sum of RGB (Red+Green+Blue) = 96+100+117=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #606475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606475 is #9F9B8A. Grayscale: #646464. Windows color (decimal): -10460043 or 7693408. OLE color: 7693408.

HSL color Cylindrical-coordinate representation of color #606475: hue angle of 228.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606475 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96100117-
CMYK0.180.1500.54
HSL228.57º9.86%41.76%-
HSV(B)228.57º17.95%45.88%-
XYZ12.5912.8918.65-
YUV100.74137.17124.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=30.67%
G=31.95%
B=37.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961001170.180.1500.54228.579.8641.76
Hex60647512F036e5a2a
Octal14014416522170663451252
Binary1100000110010011101011001011110110110111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606475; }

 p { color: rgb(96,100,117); }

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

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

 a { background-color: rgb(96,100,117); }

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

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

 span { border-color: rgb(96,100,117); }

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