Shades of Fedora #605169
Tints of Fedora #605169
RGB
CMYK
RGB Variations
Color information
#605169 (or 0x605169) is known color: Fedora. HEX triplet: 60, 51 and 69. RGB value is (96,81,105). Sum of RGB (Red+Green+Blue) = 96+81+105=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #605169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605169 is #9FAE96. Grayscale: #585858. Windows color (decimal): -10464919 or 6902112. OLE color: 6902112.
HSL color Cylindrical-coordinate representation of color #605169: hue angle of 277.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 #605169 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 81 | 105 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.59 |
| HSL | 277.5º | 0.13% | 0.36% | - |
| HSV(B) | 277.5º | 0.23% | 0.41% | - |
| XYZ | 10.32 | 9.39 | 14.63 | - |
| YUV | 88.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 105 | 0.09 | 0.23 | 0 | 0.59 | 277.5 | 0.13 | 0.36 |
| Hex | 60 | 51 | 69 | 9 | 17 | 0 | 3B | 116 | D | 24 |
| Octal | 140 | 121 | 151 | 11 | 27 | 0 | 73 | 426 | 15 | 44 |
| Binary | 1100000 | 1010001 | 1101001 | 1001 | 10111 | 0 | 111011 | 100010110 | 1101 | 100100 |
Color Harmonies of #605169
Complementary color
Monochromatic Colors of #605169
Black with #605169
Text Example
Text Example
White with #605169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605169; }
p { color: rgb(96,81,105); }
H1.HeaderClassName
{
color: #605169;
}
.AnyTagClassName
{
color: #605169;
}
</style>
background-color css
<style>
a { background-color: #605169; }
a { background-color: rgb(96,81,105); }
div.DivClassName
{
background-color: #605169;
}
.BgClassName
{
background-color: #605169;
}
</style>
border-color css
<style>
span { border-color: #605169; }
span { border-color: rgb(96,81,105); }
td.TdClassName
{
border-color: #605169;
}
.TagClassName
{
border-color: #605169;
}
</style>