Shades of Fedora #605067
Tints of Fedora #605067
RGB
CMYK
RGB Variations
Color information
#605067 (or 0x605067) is known color: Fedora. HEX triplet: 60, 50 and 67. RGB value is (96,80,103). Sum of RGB (Red+Green+Blue) = 96+80+103=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #605067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605067 is #9FAF98. Grayscale: #575757. Windows color (decimal): -10465177 or 6770784. OLE color: 6770784.
HSL color Cylindrical-coordinate representation of color #605067: hue angle of 281.74º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605067 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 80 | 103 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.60 |
| HSL | 281.74º | 0.13% | 0.36% | - |
| HSV(B) | 281.74º | 0.22% | 0.4% | - |
| XYZ | 10.14 | 9.2 | 14.07 | - |
| YUV | 87.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 103 | 0.07 | 0.22 | 0 | 0.60 | 281.74 | 0.13 | 0.36 |
| Hex | 60 | 50 | 67 | 7 | 16 | 0 | 3C | 11A | D | 24 |
| Octal | 140 | 120 | 147 | 7 | 26 | 0 | 74 | 432 | 15 | 44 |
| Binary | 1100000 | 1010000 | 1100111 | 111 | 10110 | 0 | 111100 | 100011010 | 1101 | 100100 |
Color Harmonies of #605067
Complementary color
Monochromatic Colors of #605067
Black with #605067
Text Example
Text Example
White with #605067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605067; }
p { color: rgb(96,80,103); }
H1.HeaderClassName
{
color: #605067;
}
.AnyTagClassName
{
color: #605067;
}
</style>
background-color css
<style>
a { background-color: #605067; }
a { background-color: rgb(96,80,103); }
div.DivClassName
{
background-color: #605067;
}
.BgClassName
{
background-color: #605067;
}
</style>
border-color css
<style>
span { border-color: #605067; }
span { border-color: rgb(96,80,103); }
td.TdClassName
{
border-color: #605067;
}
.TagClassName
{
border-color: #605067;
}
</style>