#616970

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

Shades of Shuttle Grey #616970

Tints of Shuttle Grey #616970

Color information

#616970 (or 0x616970) is unknown color: approx Shuttle Grey. HEX triplet: 61, 69 and 70. RGB value is (97,105,112). Sum of RGB (Red+Green+Blue) = 97+105+112=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #616970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616970 is #9E968F. Grayscale: #676767. Windows color (decimal): -10393232 or 7367009. OLE color: 7367009.

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

Color convert

RGB97105112-
CMYK0.130.0600.56
HSL208º7.18%40.98%-
HSV(B)208º13.39%43.92%-
XYZ12.9113.8117.32-
YUV103.41132.85123.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=30.89%
G=33.44%
B=35.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971051120.130.0600.562087.1840.98
Hex616970D6038d0729
Octal141151160156070320751
Binary1100001110100111100001101110011100011010000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616970; }

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

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

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

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

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

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

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

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