Html Css Color HEX #636972 Shuttle Grey

📋 copy color: '#636972'

red 99 ◦ green 105 ◦ blue 114

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

Shades of Shuttle Grey #636972

Tints of Shuttle Grey #636972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

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

R = 31.13%
G = 33.02%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636972 (or 0x636972) is known color: Shuttle Grey. HEX triplet: 63, 69 and 72. RGB value is (99,105,114). Sum of RGB (Red+Green+Blue) = 99+105+114=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #636972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636972 is #9C968D. Grayscale: #686868. Windows color (decimal): -10262158 or 7498083. OLE color: 7498083.

HSL color Cylindrical-coordinate representation of color #636972: hue angle of 216º 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 #636972 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 105 114 -
CMYK 0.13 0.08 0 0.55
HSL 216º 0.07% 0.42% -
HSV(B) 216º 0.13% 0.45% -
XYZ 13.23 13.97 17.92 -
YUV 104.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 99 105 114 0.13 0.08 0 0.55 216 0.07 0.42
Hex 63 69 72 D 8 0 37 D8 7 2A
Octal 143 151 162 15 10 0 67 330 7 52
Binary 1100011 1101001 1110010 1101 1000 0 110111 11011000 111 101010

Color Harmonies of #636972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636972

Black with #636972

Text Example


Text Example

White with #636972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636972; }

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

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

background-color css

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

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

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

border-color css

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

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

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