Shades of Fedora #654E70
Tints of Fedora #654E70
RGB
CMYK
RGB Variations
Color information
#654E70 (or 0x654E70) is known color: Fedora. HEX triplet: 65, 4E and 70. RGB value is (101,78,112). Sum of RGB (Red+Green+Blue) = 101+78+112=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #654E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654E70 is #9AB18F. Grayscale: #585858. Windows color (decimal): -10138000 or 7360101. OLE color: 7360101.
HSL color Cylindrical-coordinate representation of color #654E70: hue angle of 280.59º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #654E70 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 78 | 112 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.56 |
| HSL | 280.59º | 0.18% | 0.37% | - |
| HSV(B) | 280.59º | 0.3% | 0.44% | - |
| XYZ | 11.02 | 9.39 | 16.56 | - |
| YUV | 88.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 112 | 0.10 | 0.30 | 0 | 0.56 | 280.59 | 0.18 | 0.37 |
| Hex | 65 | 4E | 70 | A | 1E | 0 | 38 | 119 | 12 | 25 |
| Octal | 145 | 116 | 160 | 12 | 36 | 0 | 70 | 431 | 22 | 45 |
| Binary | 1100101 | 1001110 | 1110000 | 1010 | 11110 | 0 | 111000 | 100011001 | 10010 | 100101 |
Color Harmonies of #654E70
Complementary color
Monochromatic Colors of #654E70
Black with #654E70
Text Example
Text Example
White with #654E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E70; }
p { color: rgb(101,78,112); }
H1.HeaderClassName
{
color: #654E70;
}
.AnyTagClassName
{
color: #654E70;
}
</style>
background-color css
<style>
a { background-color: #654E70; }
a { background-color: rgb(101,78,112); }
div.DivClassName
{
background-color: #654E70;
}
.BgClassName
{
background-color: #654E70;
}
</style>
border-color css
<style>
span { border-color: #654E70; }
span { border-color: rgb(101,78,112); }
td.TdClassName
{
border-color: #654E70;
}
.TagClassName
{
border-color: #654E70;
}
</style>