#616672

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

Shades of Shuttle Grey #616672

Tints of Shuttle Grey #616672

Color information

#616672 (or 0x616672) is unknown color: approx Shuttle Grey. HEX triplet: 61, 66 and 72. RGB value is (97,102,114). Sum of RGB (Red+Green+Blue) = 97+102+114=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #616672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616672 is #9E998D. Grayscale: #656565. Windows color (decimal): -10393998 or 7497313. OLE color: 7497313.

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

Color convert

RGB97102114-
CMYK0.150.1100.55
HSL222.35º8.06%41.37%-
HSV(B)222.35º14.91%44.71%-
XYZ12.7213.2617.81-
YUV101.87134.84124.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=30.99%
G=32.59%
B=36.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971021140.150.1100.55222.358.0641.37
Hex616672FB037de829
Octal14114616217130673361051
Binary110000111001101110010111110110110111110111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616672; }

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

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

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

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

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

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

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

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