#616670

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

Shades of Shuttle Grey #616670

Tints of Shuttle Grey #616670

Color information

#616670 (or 0x616670) is unknown color: approx Shuttle Grey. HEX triplet: 61, 66 and 70. RGB value is (97,102,112). Sum of RGB (Red+Green+Blue) = 97+102+112=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #616670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616670 is #9E998F. Grayscale: #656565. Windows color (decimal): -10394000 or 7366241. OLE color: 7366241.

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

Color convert

RGB97102112-
CMYK0.130.0900.56
HSL220º7.18%40.98%-
HSV(B)220º13.39%43.92%-
XYZ12.6113.2117.22-
YUV101.64133.84124.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=31.19%
G=32.80%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971021120.130.0900.562207.1840.98
Hex616670D9038dc729
Octal1411461601511070334751
Binary11000011100110111000011011001011100011011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616670; }

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

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

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

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

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

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

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

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