#616874

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

Shades of Shuttle Grey #616874

Tints of Shuttle Grey #616874

Color information

#616874 (or 0x616874) is unknown color: approx Shuttle Grey. HEX triplet: 61, 68 and 74. RGB value is (97,104,116). Sum of RGB (Red+Green+Blue) = 97+104+116=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #616874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616874 is #9E978B. Grayscale: #676767. Windows color (decimal): -10393484 or 7628897. OLE color: 7628897.

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

Color convert

RGB97104116-
CMYK0.160.1000.55
HSL217.89º8.92%41.76%-
HSV(B)217.89º16.38%45.49%-
XYZ13.0313.718.48-
YUV103.28135.18123.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=30.60%
G=32.81%
B=36.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971041160.160.1000.55217.898.9241.76
Hex61687410A037da92a
Octal14115016420120673321152
Binary1100001110100011101001000010100110111110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616874; }

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

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

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

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

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

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

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

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