#616466

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

Shades of Shuttle Grey #616466

Tints of Shuttle Grey #616466

Color information

#616466 (or 0x616466) is unknown color: approx Shuttle Grey. HEX triplet: 61, 64 and 66. RGB value is (97,100,102). Sum of RGB (Red+Green+Blue) = 97+100+102=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 102 - color contains mainly: blue. Hex color #616466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616466 is #9E9B99. Grayscale: #636363. Windows color (decimal): -10394522 or 6710369. OLE color: 6710369.

HSL color Cylindrical-coordinate representation of color #616466: hue angle of 204º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #616466 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB97100102-
CMYK0.050.0200.6
HSL204º2.51%39.02%-
HSV(B)204º4.9%40%-
XYZ11.8912.6214.38-
YUV99.33129.51126.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=32.44%
G=33.44%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal971001020.050.0200.62042.5139.02
Hex6164665203Ccc327
Octal14114414652074314347
Binary1100001110010011001101011001111001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616466; }

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

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

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

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

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

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

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

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