Shades of Fedora #654A68
Tints of Fedora #654A68
RGB
CMYK
RGB Variations
Color information
#654A68 (or 0x654A68) is known color: Fedora. HEX triplet: 65, 4A and 68. RGB value is (101,74,104). Sum of RGB (Red+Green+Blue) = 101+74+104=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #654A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A68 is #9AB597. Grayscale: #555555. Windows color (decimal): -10139032 or 6834789. OLE color: 6834789.
HSL color Cylindrical-coordinate representation of color #654A68: hue angle of 294º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654A68 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 74 | 104 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.59 |
| HSL | 294º | 0.17% | 0.35% | - |
| HSV(B) | 294º | 0.29% | 0.41% | - |
| XYZ | 10.31 | 8.66 | 14.23 | - |
| YUV | 85.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 104 | 0.03 | 0.29 | 0 | 0.59 | 294 | 0.17 | 0.35 |
| Hex | 65 | 4A | 68 | 3 | 1D | 0 | 3B | 126 | 11 | 23 |
| Octal | 145 | 112 | 150 | 3 | 35 | 0 | 73 | 446 | 21 | 43 |
| Binary | 1100101 | 1001010 | 1101000 | 11 | 11101 | 0 | 111011 | 100100110 | 10001 | 100011 |
Color Harmonies of #654A68
Complementary color
Monochromatic Colors of #654A68
Black with #654A68
Text Example
Text Example
White with #654A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A68; }
p { color: rgb(101,74,104); }
H1.HeaderClassName
{
color: #654A68;
}
.AnyTagClassName
{
color: #654A68;
}
</style>
background-color css
<style>
a { background-color: #654A68; }
a { background-color: rgb(101,74,104); }
div.DivClassName
{
background-color: #654A68;
}
.BgClassName
{
background-color: #654A68;
}
</style>
border-color css
<style>
span { border-color: #654A68; }
span { border-color: rgb(101,74,104); }
td.TdClassName
{
border-color: #654A68;
}
.TagClassName
{
border-color: #654A68;
}
</style>