#615463

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

Shades of Fedora #615463

Tints of Fedora #615463

Color information

#615463 (or 0x615463) is unknown color: approx Fedora. HEX triplet: 61, 54 and 63. RGB value is (97,84,99). Sum of RGB (Red+Green+Blue) = 97+84+99=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #615463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615463 is #9EAB9C. Grayscale: #595959. Windows color (decimal): -10398621 or 6509665. OLE color: 6509665.

HSL color Cylindrical-coordinate representation of color #615463: hue angle of 292º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615463 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB978499-
CMYK0.020.1500.61
HSL292º8.2%35.88%-
HSV(B)292º15.15%38.82%-
XYZ10.359.7813.15-
YUV89.6133.31133.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=34.64%
G=30%
B=35.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9784990.020.1500.612928.235.88
Hex6154632F03D124824
Octal1411241432170754441044
Binary11000011010100110001110111101111011001001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615463; }

 p { color: rgb(97,84,99); }

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

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

 a { background-color: rgb(97,84,99); }

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

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

 span { border-color: rgb(97,84,99); }

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