#615864

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

Shades of Fedora #615864

Tints of Fedora #615864

Color information

#615864 (or 0x615864) is unknown color: approx Fedora. HEX triplet: 61, 58 and 64. RGB value is (97,88,100). Sum of RGB (Red+Green+Blue) = 97+88+100=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: blue. Hex color #615864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615864 is #9EA79B. Grayscale: #5C5C5C. Windows color (decimal): -10397596 or 6576225. OLE color: 6576225.

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

Color convert

RGB9788100-
CMYK0.030.1200.61
HSL285º6.38%36.86%-
HSV(B)285º12%39.22%-
XYZ10.7210.4413.51-
YUV92.06132.48131.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=34.04%
G=30.88%
B=35.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97881000.030.1200.612856.3836.86
Hex6158643C03D11d625
Octal141130144314075435645
Binary1100001101100011001001111000111101100011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615864; }

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

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

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

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

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

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

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

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