Shades of Fedora #655068
Tints of Fedora #655068
RGB
CMYK
RGB Variations
Color information
#655068 (or 0x655068) is known color: Fedora. HEX triplet: 65, 50 and 68. RGB value is (101,80,104). Sum of RGB (Red+Green+Blue) = 101+80+104=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #655068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655068 is #9AAF97. Grayscale: #585858. Windows color (decimal): -10137496 or 6836325. OLE color: 6836325.
HSL color Cylindrical-coordinate representation of color #655068: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #655068 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 80 | 104 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.59 |
| HSL | 292.5º | 0.13% | 0.36% | - |
| HSV(B) | 292.5º | 0.23% | 0.41% | - |
| XYZ | 10.73 | 9.5 | 14.37 | - |
| YUV | 89.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 104 | 0.03 | 0.23 | 0 | 0.59 | 292.5 | 0.13 | 0.36 |
| Hex | 65 | 50 | 68 | 3 | 17 | 0 | 3B | 124 | D | 24 |
| Octal | 145 | 120 | 150 | 3 | 27 | 0 | 73 | 444 | 15 | 44 |
| Binary | 1100101 | 1010000 | 1101000 | 11 | 10111 | 0 | 111011 | 100100100 | 1101 | 100100 |
Color Harmonies of #655068
Complementary color
Monochromatic Colors of #655068
Black with #655068
Text Example
Text Example
White with #655068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655068; }
p { color: rgb(101,80,104); }
H1.HeaderClassName
{
color: #655068;
}
.AnyTagClassName
{
color: #655068;
}
</style>
background-color css
<style>
a { background-color: #655068; }
a { background-color: rgb(101,80,104); }
div.DivClassName
{
background-color: #655068;
}
.BgClassName
{
background-color: #655068;
}
</style>
border-color css
<style>
span { border-color: #655068; }
span { border-color: rgb(101,80,104); }
td.TdClassName
{
border-color: #655068;
}
.TagClassName
{
border-color: #655068;
}
</style>