#615863

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

Shades of Fedora #615863

Tints of Fedora #615863

Color information

#615863 (or 0x615863) is unknown color: approx Fedora. HEX triplet: 61, 58 and 63. RGB value is (97,88,99). Sum of RGB (Red+Green+Blue) = 97+88+99=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #615863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615863 is #9EA79C. Grayscale: #5B5B5B. Windows color (decimal): -10397597 or 6510689. OLE color: 6510689.

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

Color convert

RGB978899-
CMYK0.020.1100.61
HSL289.09º5.88%36.67%-
HSV(B)289.09º11.11%38.82%-
XYZ10.6710.4213.25-
YUV91.94131.98131.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=34.15%
G=30.99%
B=34.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9788990.020.1100.61289.095.8836.67
Hex6158632B03D121625
Octal141130143213075441645
Binary1100001101100011000111010110111101100100001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615863; }

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

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

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

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

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

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

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

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