Shades of Fedora #615262
Tints of Fedora #615262
RGB
CMYK
RGB Variations
Color information
#615262 (or 0x615262) is known color: Fedora. HEX triplet: 61, 52 and 62. RGB value is (97,82,98). Sum of RGB (Red+Green+Blue) = 97+82+98=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #615262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615262 is #9EAD9D. Grayscale: #585858. Windows color (decimal): -10399134 or 6443617. OLE color: 6443617.
HSL color Cylindrical-coordinate representation of color #615262: hue angle of 296.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615262 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 98 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.62 |
| HSL | 296.25º | 0.09% | 0.35% | - |
| HSV(B) | 296.25º | 0.16% | 0.38% | - |
| XYZ | 10.15 | 9.46 | 12.85 | - |
| YUV | 88.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 98 | 0.01 | 0.16 | 0 | 0.62 | 296.25 | 0.09 | 0.35 |
| Hex | 61 | 52 | 62 | 1 | 10 | 0 | 3E | 128 | 9 | 23 |
| Octal | 141 | 122 | 142 | 1 | 20 | 0 | 76 | 450 | 11 | 43 |
| Binary | 1100001 | 1010010 | 1100010 | 1 | 10000 | 0 | 111110 | 100101000 | 1001 | 100011 |
Color Harmonies of #615262
Complementary color
Monochromatic Colors of #615262
Black with #615262
Text Example
Text Example
White with #615262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615262; }
p { color: rgb(97,82,98); }
H1.HeaderClassName
{
color: #615262;
}
.AnyTagClassName
{
color: #615262;
}
</style>
background-color css
<style>
a { background-color: #615262; }
a { background-color: rgb(97,82,98); }
div.DivClassName
{
background-color: #615262;
}
.BgClassName
{
background-color: #615262;
}
</style>
border-color css
<style>
span { border-color: #615262; }
span { border-color: rgb(97,82,98); }
td.TdClassName
{
border-color: #615262;
}
.TagClassName
{
border-color: #615262;
}
</style>