Html Css Color HEX #636470 Comet

📋 copy color: '#636470'

red 99 ◦ green 100 ◦ blue 112

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

Shades of Comet #636470

Tints of Comet #636470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 31.83%
G = 32.15%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636470 (or 0x636470) is known color: Comet. HEX triplet: 63, 64 and 70. RGB value is (99,100,112). Sum of RGB (Red+Green+Blue) = 99+100+112=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #636470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636470 is #9C9B8F. Grayscale: #656565. Windows color (decimal): -10263440 or 7365731. OLE color: 7365731.

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

Color convert

RGB 99 100 112 -
CMYK 0.12 0.11 0 0.56
HSL 235.38º 0.06% 0.41% -
HSV(B) 235.38º 0.12% 0.44% -
XYZ 12.63 12.94 17.16 -
YUV 101.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 99 100 112 0.12 0.11 0 0.56 235.38 0.06 0.41
Hex 63 64 70 C B 0 38 EB 6 29
Octal 143 144 160 14 13 0 70 353 6 51
Binary 1100011 1100100 1110000 1100 1011 0 111000 11101011 110 101001

Color Harmonies of #636470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636470

Black with #636470

Text Example


Text Example

White with #636470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636470; }

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

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

background-color css

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

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

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

border-color css

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

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

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