Shades of Fedora #605167
Tints of Fedora #605167
RGB
CMYK
RGB Variations
Color information
#605167 (or 0x605167) is known color: Fedora. HEX triplet: 60, 51 and 67. RGB value is (96,81,103). Sum of RGB (Red+Green+Blue) = 96+81+103=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #605167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605167 is #9FAE98. Grayscale: #575757. Windows color (decimal): -10464921 or 6771040. OLE color: 6771040.
HSL color Cylindrical-coordinate representation of color #605167: hue angle of 280.91º degrees, saturation: 0.12, 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 #605167 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 81 | 103 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.60 |
| HSL | 280.91º | 0.12% | 0.36% | - |
| HSV(B) | 280.91º | 0.21% | 0.4% | - |
| XYZ | 10.21 | 9.35 | 14.1 | - |
| YUV | 87.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 103 | 0.07 | 0.21 | 0 | 0.60 | 280.91 | 0.12 | 0.36 |
| Hex | 60 | 51 | 67 | 7 | 15 | 0 | 3C | 119 | C | 24 |
| Octal | 140 | 121 | 147 | 7 | 25 | 0 | 74 | 431 | 14 | 44 |
| Binary | 1100000 | 1010001 | 1100111 | 111 | 10101 | 0 | 111100 | 100011001 | 1100 | 100100 |
Color Harmonies of #605167
Complementary color
Monochromatic Colors of #605167
Black with #605167
Text Example
Text Example
White with #605167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605167; }
p { color: rgb(96,81,103); }
H1.HeaderClassName
{
color: #605167;
}
.AnyTagClassName
{
color: #605167;
}
</style>
background-color css
<style>
a { background-color: #605167; }
a { background-color: rgb(96,81,103); }
div.DivClassName
{
background-color: #605167;
}
.BgClassName
{
background-color: #605167;
}
</style>
border-color css
<style>
span { border-color: #605167; }
span { border-color: rgb(96,81,103); }
td.TdClassName
{
border-color: #605167;
}
.TagClassName
{
border-color: #605167;
}
</style>