Html Css Color HEX #60616F Comet

📋 copy color: '#60616F'

red 96 ◦ green 97 ◦ blue 111

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

Shades of Comet #60616F

Tints of Comet #60616F

RGB

 RED value IS 96 (37.89% from 255) = 31.58%

 GREEN value IS 97 (38.28% from 255) = 31.91%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 31.58%
G = 31.91%
B = 36.51%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60616F (or 0x60616F) is known color: Comet. HEX triplet: 60, 61 and 6F. RGB value is (96,97,111). Sum of RGB (Red+Green+Blue) = 96+97+111=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #60616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60616F is #9F9E90. Grayscale: #626262. Windows color (decimal): -10460817 or 7299424. OLE color: 7299424.

HSL color Cylindrical-coordinate representation of color #60616F: hue angle of 236º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60616F is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 97 111 -
CMYK 0.14 0.13 0 0.56
HSL 236º 0.07% 0.41% -
HSV(B) 236º 0.14% 0.44% -
XYZ 11.97 12.18 16.76 -
YUV 98.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 96 97 111 0.14 0.13 0 0.56 236 0.07 0.41
Hex 60 61 6F E D 0 38 EC 7 29
Octal 140 141 157 16 15 0 70 354 7 51
Binary 1100000 1100001 1101111 1110 1101 0 111000 11101100 111 101001

Color Harmonies of #60616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60616F

Black with #60616F

Text Example


Text Example

White with #60616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60616F;
 }
 .AnyTagClassName
 {
   color: #60616F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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