#616973

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

Shades of Shuttle Grey #616973

Tints of Shuttle Grey #616973

Color information

#616973 (or 0x616973) is unknown color: approx Shuttle Grey. HEX triplet: 61, 69 and 73. RGB value is (97,105,115). Sum of RGB (Red+Green+Blue) = 97+105+115=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #616973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616973 is #9E968C. Grayscale: #676767. Windows color (decimal): -10393229 or 7563617. OLE color: 7563617.

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

Color convert

RGB97105115-
CMYK0.160.0900.55
HSL213.33º8.49%41.57%-
HSV(B)213.33º15.65%45.1%-
XYZ13.0813.8818.21-
YUV103.75134.35123.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=30.60%
G=33.12%
B=36.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971051150.160.0900.55213.338.4941.57
Hex616973109037d582a
Octal14115116320110673251052
Binary1100001110100111100111000010010110111110101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616973; }

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

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

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

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

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

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

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

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