Html Css Color HEX #60616D Comet

📋 copy color: '#60616D'

red 96 ◦ green 97 ◦ blue 109

#60616D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #60616D

Tints of Comet #60616D

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 value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60616D (or 0x60616D) is known color: 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

RGB 96 97 109 -
CMYK 0.12 0.11 0 0.57
HSL 235.38º 0.06% 0.4% -
HSV(B) 235.38º 0.12% 0.43% -
XYZ 11.86 12.14 16.19 -
YUV 98.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 96 97 109 0.12 0.11 0 0.57 235.38 0.06 0.4
Hex 60 61 6D C B 0 39 EB 6 28
Octal 140 141 155 14 13 0 71 353 6 50
Binary 1100000 1100001 1101101 1100 1011 0 111001 11101011 110 101000

Color Harmonies of #60616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60616D

Black with #60616D

Text Example


Text Example

White with #60616D

Text Example


Text Example

HTML Codes & Css Web 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>