Shades of Fedora #654868
Tints of Fedora #654868
RGB
CMYK
RGB Variations
Color information
#654868 (or 0x654868) is known color: Fedora. HEX triplet: 65, 48 and 68. RGB value is (101,72,104). Sum of RGB (Red+Green+Blue) = 101+72+104=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #654868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654868 is #9AB797. Grayscale: #545454. Windows color (decimal): -10139544 or 6834277. OLE color: 6834277.
HSL color Cylindrical-coordinate representation of color #654868: hue angle of 294.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #654868 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 72 | 104 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.59 |
| HSL | 294.38º | 0.18% | 0.35% | - |
| HSV(B) | 294.38º | 0.31% | 0.41% | - |
| XYZ | 10.18 | 8.4 | 14.18 | - |
| YUV | 84.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 104 | 0.03 | 0.31 | 0 | 0.59 | 294.38 | 0.18 | 0.35 |
| Hex | 65 | 48 | 68 | 3 | 1F | 0 | 3B | 126 | 12 | 23 |
| Octal | 145 | 110 | 150 | 3 | 37 | 0 | 73 | 446 | 22 | 43 |
| Binary | 1100101 | 1001000 | 1101000 | 11 | 11111 | 0 | 111011 | 100100110 | 10010 | 100011 |
Color Harmonies of #654868
Complementary color
Monochromatic Colors of #654868
Black with #654868
Text Example
Text Example
White with #654868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654868; }
p { color: rgb(101,72,104); }
H1.HeaderClassName
{
color: #654868;
}
.AnyTagClassName
{
color: #654868;
}
</style>
background-color css
<style>
a { background-color: #654868; }
a { background-color: rgb(101,72,104); }
div.DivClassName
{
background-color: #654868;
}
.BgClassName
{
background-color: #654868;
}
</style>
border-color css
<style>
span { border-color: #654868; }
span { border-color: rgb(101,72,104); }
td.TdClassName
{
border-color: #654868;
}
.TagClassName
{
border-color: #654868;
}
</style>