#616263

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

Shades of Shuttle Grey #616263

Tints of Shuttle Grey #616263

Color information

#616263 (or 0x616263) is unknown color: approx Shuttle Grey. HEX triplet: 61, 62 and 63. RGB value is (97,98,99). Sum of RGB (Red+Green+Blue) = 97+98+99=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 99 - color contains mainly: blue. Hex color #616263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616263 is #9E9D9C. Grayscale: #616161. Windows color (decimal): -10395037 or 6513249. OLE color: 6513249.

HSL color Cylindrical-coordinate representation of color #616263: hue angle of 210º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #616263 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB979899-
CMYK0.020.0100.61
HSL210º1.02%38.43%-
HSV(B)210º2.02%38.82%-
XYZ11.5512.1813.55-
YUV97.82128.67127.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=32.99%
G=33.33%
B=33.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9798990.020.0100.612101.0238.43
Hex6162632103Dd2126
Octal14114214321075322146
Binary1100001110001011000111010111101110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616263; }

 p { color: rgb(97,98,99); }

 H1.HeaderClassName
 {
   color: #616263;
 }
 .AnyTagClassName
 {
   color: #616263;
 }
</style>
background-color css

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

 a { background-color: rgb(97,98,99); }

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

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

 span { border-color: rgb(97,98,99); }

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