Shades of Fedora #605267
Tints of Fedora #605267
RGB
CMYK
RGB Variations
Color information
#605267 (or 0x605267) is known color: Fedora. HEX triplet: 60, 52 and 67. RGB value is (96,82,103). Sum of RGB (Red+Green+Blue) = 96+82+103=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #605267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605267 is #9FAD98. Grayscale: #585858. Windows color (decimal): -10464665 or 6771296. OLE color: 6771296.
HSL color Cylindrical-coordinate representation of color #605267: hue angle of 280º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #605267 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 82 | 103 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.60 |
| HSL | 280º | 0.11% | 0.36% | - |
| HSV(B) | 280º | 0.2% | 0.4% | - |
| XYZ | 10.29 | 9.5 | 14.12 | - |
| YUV | 88.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 103 | 0.07 | 0.20 | 0 | 0.60 | 280 | 0.11 | 0.36 |
| Hex | 60 | 52 | 67 | 7 | 14 | 0 | 3C | 118 | B | 24 |
| Octal | 140 | 122 | 147 | 7 | 24 | 0 | 74 | 430 | 13 | 44 |
| Binary | 1100000 | 1010010 | 1100111 | 111 | 10100 | 0 | 111100 | 100011000 | 1011 | 100100 |
Color Harmonies of #605267
Complementary color
Monochromatic Colors of #605267
Black with #605267
Text Example
Text Example
White with #605267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605267; }
p { color: rgb(96,82,103); }
H1.HeaderClassName
{
color: #605267;
}
.AnyTagClassName
{
color: #605267;
}
</style>
background-color css
<style>
a { background-color: #605267; }
a { background-color: rgb(96,82,103); }
div.DivClassName
{
background-color: #605267;
}
.BgClassName
{
background-color: #605267;
}
</style>
border-color css
<style>
span { border-color: #605267; }
span { border-color: rgb(96,82,103); }
td.TdClassName
{
border-color: #605267;
}
.TagClassName
{
border-color: #605267;
}
</style>