Shades of Fedora #654B6B
Tints of Fedora #654B6B
RGB
CMYK
RGB Variations
Color information
#654B6B (or 0x654B6B) is known color: Fedora. HEX triplet: 65, 4B and 6B. RGB value is (101,75,107). Sum of RGB (Red+Green+Blue) = 101+75+107=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #654B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654B6B is #9AB494. Grayscale: #565656. Windows color (decimal): -10138773 or 7031653. OLE color: 7031653.
HSL color Cylindrical-coordinate representation of color #654B6B: hue angle of 288.75º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #654B6B is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 75 | 107 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.58 |
| HSL | 288.75º | 0.18% | 0.36% | - |
| HSV(B) | 288.75º | 0.3% | 0.42% | - |
| XYZ | 10.54 | 8.86 | 15.06 | - |
| YUV | 86.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 107 | 0.06 | 0.30 | 0 | 0.58 | 288.75 | 0.18 | 0.36 |
| Hex | 65 | 4B | 6B | 6 | 1E | 0 | 3A | 121 | 12 | 24 |
| Octal | 145 | 113 | 153 | 6 | 36 | 0 | 72 | 441 | 22 | 44 |
| Binary | 1100101 | 1001011 | 1101011 | 110 | 11110 | 0 | 111010 | 100100001 | 10010 | 100100 |
Color Harmonies of #654B6B
Complementary color
Monochromatic Colors of #654B6B
Black with #654B6B
Text Example
Text Example
White with #654B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B6B; }
p { color: rgb(101,75,107); }
H1.HeaderClassName
{
color: #654B6B;
}
.AnyTagClassName
{
color: #654B6B;
}
</style>
background-color css
<style>
a { background-color: #654B6B; }
a { background-color: rgb(101,75,107); }
div.DivClassName
{
background-color: #654B6B;
}
.BgClassName
{
background-color: #654B6B;
}
</style>
border-color css
<style>
span { border-color: #654B6B; }
span { border-color: rgb(101,75,107); }
td.TdClassName
{
border-color: #654B6B;
}
.TagClassName
{
border-color: #654B6B;
}
</style>