#636A72

Color #636A72 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #636A72

Tints of Shuttle Grey #636A72

Color information

#636A72 (or 0x636A72) is unknown color: approx 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

RGB99106114-
CMYK0.130.0700.55
HSL212º7.04%41.76%-
HSV(B)212º13.16%44.71%-
XYZ13.3414.1817.95-
YUV104.82133.18123.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 106 (41.80% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991061140.130.0700.552127.0441.76
Hex636A72D7037d472a
Octal143152162157067324752
Binary1100011110101011100101101111011011111010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>