#616872

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

Shades of Shuttle Grey #616872

Tints of Shuttle Grey #616872

Color information

#616872 (or 0x616872) is unknown color: approx Shuttle Grey. HEX triplet: 61, 68 and 72. RGB value is (97,104,114). Sum of RGB (Red+Green+Blue) = 97+104+114=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #616872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616872 is #9E978D. Grayscale: #676767. Windows color (decimal): -10393486 or 7497825. OLE color: 7497825.

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

Color convert

RGB97104114-
CMYK0.150.0900.55
HSL215.29º8.06%41.37%-
HSV(B)215.29º14.91%44.71%-
XYZ12.9213.6617.87-
YUV103.05134.18123.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=30.79%
G=33.02%
B=36.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971041140.150.0900.55215.298.0641.37
Hex616872F9037d7829
Octal14115016217110673271051
Binary110000111010001110010111110010110111110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616872; }

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

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

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

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

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

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

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

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