Html Css Color HEX #636970 Shuttle Grey

📋 copy color: '#636970'

red 99 ◦ green 105 ◦ blue 112

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

Shades of Shuttle Grey #636970

Tints of Shuttle Grey #636970

RGB

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

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

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

R = 31.33%
G = 33.23%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636970 (or 0x636970) is known color: Shuttle Grey. HEX triplet: 63, 69 and 70. RGB value is (99,105,112). Sum of RGB (Red+Green+Blue) = 99+105+112=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #636970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636970 is #9C968F. Grayscale: #676767. Windows color (decimal): -10262160 or 7367011. OLE color: 7367011.

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

Color convert

RGB 99 105 112 -
CMYK 0.12 0.06 0 0.56
HSL 212.31º 0.06% 0.41% -
HSV(B) 212.31º 0.12% 0.44% -
XYZ 13.12 13.93 17.33 -
YUV 104 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 99 105 112 0.12 0.06 0 0.56 212.31 0.06 0.41
Hex 63 69 70 C 6 0 38 D4 6 29
Octal 143 151 160 14 6 0 70 324 6 51
Binary 1100011 1101001 1110000 1100 110 0 111000 11010100 110 101001

Color Harmonies of #636970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636970

Black with #636970

Text Example


Text Example

White with #636970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636970; }

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

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

background-color css

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

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

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

border-color css

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

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

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