Shades of Fedora #655A69
Tints of Fedora #655A69
RGB
CMYK
RGB Variations
Color information
#655A69 (or 0x655A69) is known color: Fedora. HEX triplet: 65, 5A and 69. RGB value is (101,90,105). Sum of RGB (Red+Green+Blue) = 101+90+105=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #655A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A69 is #9AA596. Grayscale: #5E5E5E. Windows color (decimal): -10134935 or 6904421. OLE color: 6904421.
HSL color Cylindrical-coordinate representation of color #655A69: hue angle of 284º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655A69 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 90 | 105 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.59 |
| HSL | 284º | 0.08% | 0.38% | - |
| HSV(B) | 284º | 0.14% | 0.41% | - |
| XYZ | 11.57 | 11.1 | 14.9 | - |
| YUV | 95 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 105 | 0.04 | 0.14 | 0 | 0.59 | 284 | 0.08 | 0.38 |
| Hex | 65 | 5A | 69 | 4 | E | 0 | 3B | 11C | 8 | 26 |
| Octal | 145 | 132 | 151 | 4 | 16 | 0 | 73 | 434 | 10 | 46 |
| Binary | 1100101 | 1011010 | 1101001 | 100 | 1110 | 0 | 111011 | 100011100 | 1000 | 100110 |
Color Harmonies of #655A69
Complementary color
Monochromatic Colors of #655A69
Black with #655A69
Text Example
Text Example
White with #655A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A69; }
p { color: rgb(101,90,105); }
H1.HeaderClassName
{
color: #655A69;
}
.AnyTagClassName
{
color: #655A69;
}
</style>
background-color css
<style>
a { background-color: #655A69; }
a { background-color: rgb(101,90,105); }
div.DivClassName
{
background-color: #655A69;
}
.BgClassName
{
background-color: #655A69;
}
</style>
border-color css
<style>
span { border-color: #655A69; }
span { border-color: rgb(101,90,105); }
td.TdClassName
{
border-color: #655A69;
}
.TagClassName
{
border-color: #655A69;
}
</style>