#60616A

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

Shades of Comet #60616A

Tints of Comet #60616A

Color information

#60616A (or 0x60616A) is unknown color: approx Comet. HEX triplet: 60, 61 and 6A. RGB value is (96,97,106). Sum of RGB (Red+Green+Blue) = 96+97+106=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #60616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60616A is #9F9E95. Grayscale: #616161. Windows color (decimal): -10460822 or 6971744. OLE color: 6971744.

HSL color Cylindrical-coordinate representation of color #60616A: hue angle of 234º 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 #60616A is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9697106-
CMYK0.090.0800.58
HSL234º4.95%39.61%-
HSV(B)234º9.43%41.57%-
XYZ11.712.0815.35-
YUV97.73132.67126.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=32.11%
G=32.44%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96971060.090.0800.582344.9539.61
Hex60616A9803Aea528
Octal1401411521110072352550
Binary11000001100001110101010011000011101011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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