Shades of Fedora #655069
Tints of Fedora #655069
RGB
CMYK
RGB Variations
Color information
#655069 (or 0x655069) is known color: Fedora. HEX triplet: 65, 50 and 69. RGB value is (101,80,105). Sum of RGB (Red+Green+Blue) = 101+80+105=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #655069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655069 is #9AAF96. Grayscale: #595959. Windows color (decimal): -10137495 or 6901861. OLE color: 6901861.
HSL color Cylindrical-coordinate representation of color #655069: hue angle of 290.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655069 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 80 | 105 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.59 |
| HSL | 290.4º | 0.14% | 0.36% | - |
| HSV(B) | 290.4º | 0.24% | 0.41% | - |
| XYZ | 10.79 | 9.52 | 14.63 | - |
| YUV | 89.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 105 | 0.04 | 0.24 | 0 | 0.59 | 290.4 | 0.14 | 0.36 |
| Hex | 65 | 50 | 69 | 4 | 18 | 0 | 3B | 122 | E | 24 |
| Octal | 145 | 120 | 151 | 4 | 30 | 0 | 73 | 442 | 16 | 44 |
| Binary | 1100101 | 1010000 | 1101001 | 100 | 11000 | 0 | 111011 | 100100010 | 1110 | 100100 |
Color Harmonies of #655069
Complementary color
Monochromatic Colors of #655069
Black with #655069
Text Example
Text Example
White with #655069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655069; }
p { color: rgb(101,80,105); }
H1.HeaderClassName
{
color: #655069;
}
.AnyTagClassName
{
color: #655069;
}
</style>
background-color css
<style>
a { background-color: #655069; }
a { background-color: rgb(101,80,105); }
div.DivClassName
{
background-color: #655069;
}
.BgClassName
{
background-color: #655069;
}
</style>
border-color css
<style>
span { border-color: #655069; }
span { border-color: rgb(101,80,105); }
td.TdClassName
{
border-color: #655069;
}
.TagClassName
{
border-color: #655069;
}
</style>