Shades of Fedora #605367
Tints of Fedora #605367
RGB
CMYK
RGB Variations
Color information
#605367 (or 0x605367) is known color: Fedora. HEX triplet: 60, 53 and 67. RGB value is (96,83,103). Sum of RGB (Red+Green+Blue) = 96+83+103=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #605367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605367 is #9FAC98. Grayscale: #595959. Windows color (decimal): -10464409 or 6771552. OLE color: 6771552.
HSL color Cylindrical-coordinate representation of color #605367: hue angle of 279º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605367 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 83 | 103 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.60 |
| HSL | 279º | 0.11% | 0.36% | - |
| HSV(B) | 279º | 0.19% | 0.4% | - |
| XYZ | 10.37 | 9.65 | 14.15 | - |
| YUV | 89.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 103 | 0.07 | 0.19 | 0 | 0.60 | 279 | 0.11 | 0.36 |
| Hex | 60 | 53 | 67 | 7 | 13 | 0 | 3C | 117 | B | 24 |
| Octal | 140 | 123 | 147 | 7 | 23 | 0 | 74 | 427 | 13 | 44 |
| Binary | 1100000 | 1010011 | 1100111 | 111 | 10011 | 0 | 111100 | 100010111 | 1011 | 100100 |
Color Harmonies of #605367
Complementary color
Monochromatic Colors of #605367
Black with #605367
Text Example
Text Example
White with #605367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605367; }
p { color: rgb(96,83,103); }
H1.HeaderClassName
{
color: #605367;
}
.AnyTagClassName
{
color: #605367;
}
</style>
background-color css
<style>
a { background-color: #605367; }
a { background-color: rgb(96,83,103); }
div.DivClassName
{
background-color: #605367;
}
.BgClassName
{
background-color: #605367;
}
</style>
border-color css
<style>
span { border-color: #605367; }
span { border-color: rgb(96,83,103); }
td.TdClassName
{
border-color: #605367;
}
.TagClassName
{
border-color: #605367;
}
</style>