Html Css Color HEX #636370 Comet

📋 copy color: '#636370'

red 99 ◦ green 99 ◦ blue 112

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

Shades of Comet #636370

Tints of Comet #636370

RGB

 RED value IS 99 (39.06% from 255) = 31.94%

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 31.94%
G = 31.94%
B = 36.13%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636370 (or 0x636370) is known color: Comet. HEX triplet: 63, 63 and 70. RGB value is (99,99,112). Sum of RGB (Red+Green+Blue) = 99+99+112=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #636370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636370 is #9C9C8F. Grayscale: #646464. Windows color (decimal): -10263696 or 7365475. OLE color: 7365475.

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

Color convert

RGB 99 99 112 -
CMYK 0.12 0.12 0 0.56
HSL 240º 0.06% 0.41% -
HSV(B) 240º 0.12% 0.44% -
XYZ 12.53 12.75 17.13 -
YUV 100.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 99 99 112 0.12 0.12 0 0.56 240 0.06 0.41
Hex 63 63 70 C C 0 38 F0 6 29
Octal 143 143 160 14 14 0 70 360 6 51
Binary 1100011 1100011 1110000 1100 1100 0 111000 11110000 110 101001

Color Harmonies of #636370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636370

Black with #636370

Text Example


Text Example

White with #636370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636370; }

 p { color: rgb(99,99,112); }

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

background-color css

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

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

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

border-color css

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

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

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