Shades of Fedora #615268
Tints of Fedora #615268
RGB
CMYK
RGB Variations
Color information
#615268 (or 0x615268) is known color: Fedora. HEX triplet: 61, 52 and 68. RGB value is (97,82,104). Sum of RGB (Red+Green+Blue) = 97+82+104=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #615268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615268 is #9EAD97. Grayscale: #585858. Windows color (decimal): -10399128 or 6836833. OLE color: 6836833.
HSL color Cylindrical-coordinate representation of color #615268: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615268 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 82 | 104 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.59 |
| HSL | 280.91º | 0.12% | 0.36% | - |
| HSV(B) | 280.91º | 0.21% | 0.41% | - |
| XYZ | 10.45 | 9.58 | 14.39 | - |
| YUV | 88.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 104 | 0.07 | 0.21 | 0 | 0.59 | 280.91 | 0.12 | 0.36 |
| Hex | 61 | 52 | 68 | 7 | 15 | 0 | 3B | 119 | C | 24 |
| Octal | 141 | 122 | 150 | 7 | 25 | 0 | 73 | 431 | 14 | 44 |
| Binary | 1100001 | 1010010 | 1101000 | 111 | 10101 | 0 | 111011 | 100011001 | 1100 | 100100 |
Color Harmonies of #615268
Complementary color
Monochromatic Colors of #615268
Black with #615268
Text Example
Text Example
White with #615268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615268; }
p { color: rgb(97,82,104); }
H1.HeaderClassName
{
color: #615268;
}
.AnyTagClassName
{
color: #615268;
}
</style>
background-color css
<style>
a { background-color: #615268; }
a { background-color: rgb(97,82,104); }
div.DivClassName
{
background-color: #615268;
}
.BgClassName
{
background-color: #615268;
}
</style>
border-color css
<style>
span { border-color: #615268; }
span { border-color: rgb(97,82,104); }
td.TdClassName
{
border-color: #615268;
}
.TagClassName
{
border-color: #615268;
}
</style>