#60606A

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

Shades of Comet #60606A

Tints of Comet #60606A

Color information

#60606A (or 0x60606A) is unknown color: approx Comet. HEX triplet: 60, 60 and 6A. RGB value is (96,96,106). Sum of RGB (Red+Green+Blue) = 96+96+106=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #60606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60606A is #9F9F95. Grayscale: #616161. Windows color (decimal): -10461078 or 6971488. OLE color: 6971488.

HSL color Cylindrical-coordinate representation of color #60606A: hue angle of 240º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60606A is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9696106-
CMYK0.090.0900.58
HSL240º4.95%39.61%-
HSV(B)240º9.43%41.57%-
XYZ11.6111.8915.32-
YUV97.14133127.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=32.21%
G=32.21%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96961060.090.0900.582404.9539.61
Hex60606A9903Af0528
Octal1401401521111072360550
Binary11000001100000110101010011001011101011110000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60606A; }

 p { color: rgb(96,96,106); }

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

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

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

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

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

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

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