#60616D

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

Shades of Comet #60616D

Tints of Comet #60616D

Color information

#60616D (or 0x60616D) is unknown color: approx Comet. HEX triplet: 60, 61 and 6D. RGB value is (96,97,109). Sum of RGB (Red+Green+Blue) = 96+97+109=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #60616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60616D is #9F9E92. Grayscale: #626262. Windows color (decimal): -10460819 or 7168352. OLE color: 7168352.

HSL color Cylindrical-coordinate representation of color #60616D: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60616D is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9697109-
CMYK0.120.1100.57
HSL235.38º6.34%40.2%-
HSV(B)235.38º11.93%42.75%-
XYZ11.8612.1416.19-
YUV98.07134.17126.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=31.79%
G=32.12%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96971090.120.1100.57235.386.3440.2
Hex60616DCB039eb628
Octal1401411551413071353650
Binary11000001100001110110111001011011100111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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