#616875

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

Shades of Shuttle Grey #616875

Tints of Shuttle Grey #616875

Color information

#616875 (or 0x616875) is unknown color: approx Shuttle Grey. HEX triplet: 61, 68 and 75. RGB value is (97,104,117). Sum of RGB (Red+Green+Blue) = 97+104+117=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #616875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616875 is #9E978A. Grayscale: #676767. Windows color (decimal): -10393483 or 7694433. OLE color: 7694433.

HSL color Cylindrical-coordinate representation of color #616875: hue angle of 219º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616875 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB97104117-
CMYK0.170.1100.54
HSL219º9.35%41.96%-
HSV(B)219º17.09%45.88%-
XYZ13.0913.7318.79-
YUV103.39135.68123.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=30.50%
G=32.70%
B=36.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971041170.170.1100.542199.3541.96
Hex61687511B036db92a
Octal14115016521130663331152
Binary1100001110100011101011000110110110110110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616875; }

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

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

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

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

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

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

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

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