Html Css Color HEX #60636E Comet

📋 copy color: '#60636E'

red 96 ◦ green 99 ◦ blue 110

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

Shades of Comet #60636E

Tints of Comet #60636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 31.48%
G = 32.46%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60636E (or 0x60636E) is known color: Comet. HEX triplet: 60, 63 and 6E. RGB value is (96,99,110). Sum of RGB (Red+Green+Blue) = 96+99+110=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: blue. Hex color #60636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60636E is #9F9C91. Grayscale: #636363. Windows color (decimal): -10460306 or 7234400. OLE color: 7234400.

HSL color Cylindrical-coordinate representation of color #60636E: hue angle of 227.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60636E is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 99 110 -
CMYK 0.13 0.1 0 0.57
HSL 227.14º 0.07% 0.4% -
HSV(B) 227.14º 0.13% 0.43% -
XYZ 12.1 12.54 16.53 -
YUV 99.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 96 99 110 0.13 0.1 0 0.57 227.14 0.07 0.4
Hex 60 63 6E D A 0 39 E3 7 28
Octal 140 143 156 15 12 0 71 343 7 50
Binary 1100000 1100011 1101110 1101 1010 0 111001 11100011 111 101000

Color Harmonies of #60636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60636E

Black with #60636E

Text Example


Text Example

White with #60636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60636E; }

 p { color: rgb(96,99,110); }

 H1.HeaderClassName
 {
   color: #60636E;
 }
 .AnyTagClassName
 {
   color: #60636E;
 }
</style>

background-color css

<style>
 a { background-color: #60636E; }

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

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

border-color css

<style>
 span { border-color: #60636E; }

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

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