Shades of Fedora #655166
Tints of Fedora #655166
RGB
CMYK
RGB Variations
Color information
#655166 (or 0x655166) is known color: Fedora. HEX triplet: 65, 51 and 66. RGB value is (101,81,102). Sum of RGB (Red+Green+Blue) = 101+81+102=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #655166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655166 is #9AAE99. Grayscale: #595959. Windows color (decimal): -10137242 or 6705509. OLE color: 6705509.
HSL color Cylindrical-coordinate representation of color #655166: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655166 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 81 | 102 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.6 |
| HSL | 297.14º | 0.11% | 0.36% | - |
| HSV(B) | 297.14º | 0.21% | 0.4% | - |
| XYZ | 10.71 | 9.61 | 13.86 | - |
| YUV | 89.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 102 | 0.01 | 0.21 | 0 | 0.6 | 297.14 | 0.11 | 0.36 |
| Hex | 65 | 51 | 66 | 1 | 15 | 0 | 3C | 129 | B | 24 |
| Octal | 145 | 121 | 146 | 1 | 25 | 0 | 74 | 451 | 13 | 44 |
| Binary | 1100101 | 1010001 | 1100110 | 1 | 10101 | 0 | 111100 | 100101001 | 1011 | 100100 |
Color Harmonies of #655166
Complementary color
Monochromatic Colors of #655166
Black with #655166
Text Example
Text Example
White with #655166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655166; }
p { color: rgb(101,81,102); }
H1.HeaderClassName
{
color: #655166;
}
.AnyTagClassName
{
color: #655166;
}
</style>
background-color css
<style>
a { background-color: #655166; }
a { background-color: rgb(101,81,102); }
div.DivClassName
{
background-color: #655166;
}
.BgClassName
{
background-color: #655166;
}
</style>
border-color css
<style>
span { border-color: #655166; }
span { border-color: rgb(101,81,102); }
td.TdClassName
{
border-color: #655166;
}
.TagClassName
{
border-color: #655166;
}
</style>