#616972

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

Shades of Shuttle Grey #616972

Tints of Shuttle Grey #616972

Color information

#616972 (or 0x616972) is unknown color: approx Shuttle Grey. HEX triplet: 61, 69 and 72. RGB value is (97,105,114). Sum of RGB (Red+Green+Blue) = 97+105+114=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #616972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616972 is #9E968D. Grayscale: #676767. Windows color (decimal): -10393230 or 7498081. OLE color: 7498081.

HSL color Cylindrical-coordinate representation of color #616972: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #616972 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97105114-
CMYK0.150.0800.55
HSL211.76º8.06%41.37%-
HSV(B)211.76º14.91%44.71%-
XYZ13.0213.8617.91-
YUV103.63133.85123.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=30.70%
G=33.23%
B=36.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971051140.150.0800.55211.768.0641.37
Hex616972F8037d4829
Octal14115116217100673241051
Binary110000111010011110010111110000110111110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616972; }

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

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

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

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

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

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

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

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