#616870

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

Shades of Shuttle Grey #616870

Tints of Shuttle Grey #616870

Color information

#616870 (or 0x616870) is unknown color: approx Shuttle Grey. HEX triplet: 61, 68 and 70. RGB value is (97,104,112). Sum of RGB (Red+Green+Blue) = 97+104+112=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #616870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616870 is #9E978F. Grayscale: #666666. Windows color (decimal): -10393488 or 7366753. OLE color: 7366753.

HSL color Cylindrical-coordinate representation of color #616870: hue angle of 212º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616870 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB97104112-
CMYK0.130.0700.56
HSL212º7.18%40.98%-
HSV(B)212º13.39%43.92%-
XYZ12.813.6117.28-
YUV102.82133.18123.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=30.99%
G=33.23%
B=35.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971041120.130.0700.562127.1840.98
Hex616870D7038d4729
Octal141150160157070324751
Binary1100001110100011100001101111011100011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616870; }

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

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

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

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

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

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

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

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