#616469

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

Shades of Shuttle Grey #616469

Tints of Shuttle Grey #616469

Color information

#616469 (or 0x616469) is unknown color: approx Shuttle Grey. HEX triplet: 61, 64 and 69. RGB value is (97,100,105). Sum of RGB (Red+Green+Blue) = 97+100+105=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 105 - color contains mainly: blue. Hex color #616469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616469 is #9E9B96. Grayscale: #636363. Windows color (decimal): -10394519 or 6906977. OLE color: 6906977.

HSL color Cylindrical-coordinate representation of color #616469: hue angle of 217.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616469 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB97100105-
CMYK0.080.0500.59
HSL217.5º3.96%39.61%-
HSV(B)217.5º7.62%41.18%-
XYZ12.0412.6815.18-
YUV99.67131.01126.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=32.12%
G=33.11%
B=34.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971001050.080.0500.59217.53.9639.61
Hex6164698503Bda428
Octal141144151105073332450
Binary1100001110010011010011000101011101111011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616469; }

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

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

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

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

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

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

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

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