Html Css Color HEX #60636F Comet

📋 copy color: '#60636F'

red 96 ◦ green 99 ◦ blue 111

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

Shades of Comet #60636F

Tints of Comet #60636F

RGB

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

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

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

R = 31.37%
G = 32.35%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60636F (or 0x60636F) is known color: Comet. HEX triplet: 60, 63 and 6F. RGB value is (96,99,111). Sum of RGB (Red+Green+Blue) = 96+99+111=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #60636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60636F is #9F9C90. Grayscale: #636363. Windows color (decimal): -10460305 or 7299936. OLE color: 7299936.

HSL color Cylindrical-coordinate representation of color #60636F: hue angle of 228º 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 #60636F is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 99 111 -
CMYK 0.14 0.11 0 0.56
HSL 228º 0.07% 0.41% -
HSV(B) 228º 0.14% 0.44% -
XYZ 12.15 12.56 16.82 -
YUV 99.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 96 99 111 0.14 0.11 0 0.56 228 0.07 0.41
Hex 60 63 6F E B 0 38 E4 7 29
Octal 140 143 157 16 13 0 70 344 7 51
Binary 1100000 1100011 1101111 1110 1011 0 111000 11100100 111 101001

Color Harmonies of #60636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60636F

Black with #60636F

Text Example


Text Example

White with #60636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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