Html Css Color HEX #636475 Comet

📋 copy color: '#636475'

red 99 ◦ green 100 ◦ blue 117

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

Shades of Comet #636475

Tints of Comet #636475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 31.33%
G = 31.65%
B = 37.03%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#636475 (or 0x636475) is known color: Comet. HEX triplet: 63, 64 and 75. RGB value is (99,100,117). Sum of RGB (Red+Green+Blue) = 99+100+117=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #636475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636475 is #9C9B8A. Grayscale: #656565. Windows color (decimal): -10263435 or 7693411. OLE color: 7693411.

HSL color Cylindrical-coordinate representation of color #636475: hue angle of 236.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #636475 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 100 117 -
CMYK 0.15 0.15 0 0.54
HSL 236.67º 0.08% 0.42% -
HSV(B) 236.67º 0.15% 0.46% -
XYZ 12.91 13.05 18.67 -
YUV 101.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 99 100 117 0.15 0.15 0 0.54 236.67 0.08 0.42
Hex 63 64 75 F F 0 36 ED 8 2A
Octal 143 144 165 17 17 0 66 355 10 52
Binary 1100011 1100100 1110101 1111 1111 0 110110 11101101 1000 101010

Color Harmonies of #636475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636475

Black with #636475

Text Example


Text Example

White with #636475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636475; }

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

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

background-color css

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

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

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

border-color css

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

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

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