#616974

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

Shades of Shuttle Grey #616974

Tints of Shuttle Grey #616974

Color information

#616974 (or 0x616974) is unknown color: approx Shuttle Grey. HEX triplet: 61, 69 and 74. RGB value is (97,105,116). Sum of RGB (Red+Green+Blue) = 97+105+116=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #616974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616974 is #9E968B. Grayscale: #676767. Windows color (decimal): -10393228 or 7629153. OLE color: 7629153.

HSL color Cylindrical-coordinate representation of color #616974: hue angle of 214.74º degrees, saturation: 0.09, 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 #616974 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97105116-
CMYK0.160.0900.55
HSL214.74º8.92%41.76%-
HSV(B)214.74º16.38%45.49%-
XYZ13.1313.9118.51-
YUV103.86134.85123.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=30.50%
G=33.02%
B=36.48%

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
Decimal971051160.160.0900.55214.748.9241.76
Hex616974109037d792a
Octal14115116420110673271152
Binary1100001110100111101001000010010110111110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616974; }

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

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

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

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

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

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

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

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