Shades of Fedora #655168
Tints of Fedora #655168
RGB
CMYK
RGB Variations
Color information
#655168 (or 0x655168) is known color: Fedora. HEX triplet: 65, 51 and 68. RGB value is (101,81,104). Sum of RGB (Red+Green+Blue) = 101+81+104=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #655168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655168 is #9AAE97. Grayscale: #595959. Windows color (decimal): -10137240 or 6836581. OLE color: 6836581.
HSL color Cylindrical-coordinate representation of color #655168: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655168 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 81 | 104 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.59 |
| HSL | 292.17º | 0.12% | 0.36% | - |
| HSV(B) | 292.17º | 0.22% | 0.41% | - |
| XYZ | 10.81 | 9.65 | 14.39 | - |
| YUV | 89.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 104 | 0.03 | 0.22 | 0 | 0.59 | 292.17 | 0.12 | 0.36 |
| Hex | 65 | 51 | 68 | 3 | 16 | 0 | 3B | 124 | C | 24 |
| Octal | 145 | 121 | 150 | 3 | 26 | 0 | 73 | 444 | 14 | 44 |
| Binary | 1100101 | 1010001 | 1101000 | 11 | 10110 | 0 | 111011 | 100100100 | 1100 | 100100 |
Color Harmonies of #655168
Complementary color
Monochromatic Colors of #655168
Black with #655168
Text Example
Text Example
White with #655168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655168; }
p { color: rgb(101,81,104); }
H1.HeaderClassName
{
color: #655168;
}
.AnyTagClassName
{
color: #655168;
}
</style>
background-color css
<style>
a { background-color: #655168; }
a { background-color: rgb(101,81,104); }
div.DivClassName
{
background-color: #655168;
}
.BgClassName
{
background-color: #655168;
}
</style>
border-color css
<style>
span { border-color: #655168; }
span { border-color: rgb(101,81,104); }
td.TdClassName
{
border-color: #655168;
}
.TagClassName
{
border-color: #655168;
}
</style>