Shades of Fedora #615369
Tints of Fedora #615369
RGB
CMYK
RGB Variations
Color information
#615369 (or 0x615369) is known color: Fedora. HEX triplet: 61, 53 and 69. RGB value is (97,83,105). Sum of RGB (Red+Green+Blue) = 97+83+105=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #615369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615369 is #9EAC96. Grayscale: #595959. Windows color (decimal): -10398871 or 6902625. OLE color: 6902625.
HSL color Cylindrical-coordinate representation of color #615369: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615369 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 83 | 105 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.59 |
| HSL | 278.18º | 0.12% | 0.37% | - |
| HSV(B) | 278.18º | 0.21% | 0.41% | - |
| XYZ | 10.57 | 9.75 | 14.69 | - |
| YUV | 89.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 105 | 0.08 | 0.21 | 0 | 0.59 | 278.18 | 0.12 | 0.37 |
| Hex | 61 | 53 | 69 | 8 | 15 | 0 | 3B | 116 | C | 25 |
| Octal | 141 | 123 | 151 | 10 | 25 | 0 | 73 | 426 | 14 | 45 |
| Binary | 1100001 | 1010011 | 1101001 | 1000 | 10101 | 0 | 111011 | 100010110 | 1100 | 100101 |
Color Harmonies of #615369
Complementary color
Monochromatic Colors of #615369
Black with #615369
Text Example
Text Example
White with #615369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615369; }
p { color: rgb(97,83,105); }
H1.HeaderClassName
{
color: #615369;
}
.AnyTagClassName
{
color: #615369;
}
</style>
background-color css
<style>
a { background-color: #615369; }
a { background-color: rgb(97,83,105); }
div.DivClassName
{
background-color: #615369;
}
.BgClassName
{
background-color: #615369;
}
</style>
border-color css
<style>
span { border-color: #615369; }
span { border-color: rgb(97,83,105); }
td.TdClassName
{
border-color: #615369;
}
.TagClassName
{
border-color: #615369;
}
</style>