Html Css Color HEX #636870 Shuttle Grey

📋 copy color: '#636870'

red 99 ◦ green 104 ◦ blue 112

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

Shades of Shuttle Grey #636870

Tints of Shuttle Grey #636870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

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

R = 31.43%
G = 33.02%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#636870 (or 0x636870) is known color: Shuttle Grey. HEX triplet: 63, 68 and 70. RGB value is (99,104,112). Sum of RGB (Red+Green+Blue) = 99+104+112=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #636870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636870 is #9C978F. Grayscale: #676767. Windows color (decimal): -10262416 or 7366755. OLE color: 7366755.

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

Color convert

RGB 99 104 112 -
CMYK 0.12 0.07 0 0.56
HSL 216.92º 0.06% 0.41% -
HSV(B) 216.92º 0.12% 0.44% -
XYZ 13.02 13.72 17.29 -
YUV 103.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 99 104 112 0.12 0.07 0 0.56 216.92 0.06 0.41
Hex 63 68 70 C 7 0 38 D9 6 29
Octal 143 150 160 14 7 0 70 331 6 51
Binary 1100011 1101000 1110000 1100 111 0 111000 11011001 110 101001

Color Harmonies of #636870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636870

Black with #636870

Text Example


Text Example

White with #636870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636870; }

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

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

background-color css

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

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

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

border-color css

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

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

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