Html Css Color HEX #636A72 Shuttle Grey

📋 copy color: '#636A72'

red 99 ◦ green 106 ◦ blue 114

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

Shades of Shuttle Grey #636A72

Tints of Shuttle Grey #636A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 31.03%
G = 33.23%
B = 35.74%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636A72 (or 0x636A72) is known color: Shuttle Grey. HEX triplet: 63, 6A and 72. RGB value is (99,106,114). Sum of RGB (Red+Green+Blue) = 99+106+114=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #636A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A72 is #9C958D. Grayscale: #686868. Windows color (decimal): -10261902 or 7498339. OLE color: 7498339.

HSL color Cylindrical-coordinate representation of color #636A72: hue angle of 212º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #636A72 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 106 114 -
CMYK 0.13 0.07 0 0.55
HSL 212º 0.07% 0.42% -
HSV(B) 212º 0.13% 0.45% -
XYZ 13.34 14.18 17.95 -
YUV 104.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 99 106 114 0.13 0.07 0 0.55 212 0.07 0.42
Hex 63 6A 72 D 7 0 37 D4 7 2A
Octal 143 152 162 15 7 0 67 324 7 52
Binary 1100011 1101010 1110010 1101 111 0 110111 11010100 111 101010

Color Harmonies of #636A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636A72

Black with #636A72

Text Example


Text Example

White with #636A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636A72; }

 p { color: rgb(99,106,114); }

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

background-color css

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

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

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

border-color css

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

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

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