Shades of Fedora #605066
Tints of Fedora #605066
RGB
CMYK
RGB Variations
Color information
#605066 (or 0x605066) is known color: Fedora. HEX triplet: 60, 50 and 66. RGB value is (96,80,102). Sum of RGB (Red+Green+Blue) = 96+80+102=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #605066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605066 is #9FAF99. Grayscale: #575757. Windows color (decimal): -10465178 or 6705248. OLE color: 6705248.
HSL color Cylindrical-coordinate representation of color #605066: hue angle of 283.64º degrees, saturation: 0.12, 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 #605066 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 80 | 102 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.6 |
| HSL | 283.64º | 0.12% | 0.36% | - |
| HSV(B) | 283.64º | 0.22% | 0.4% | - |
| XYZ | 10.09 | 9.18 | 13.81 | - |
| YUV | 87.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 102 | 0.06 | 0.22 | 0 | 0.6 | 283.64 | 0.12 | 0.36 |
| Hex | 60 | 50 | 66 | 6 | 16 | 0 | 3C | 11C | C | 24 |
| Octal | 140 | 120 | 146 | 6 | 26 | 0 | 74 | 434 | 14 | 44 |
| Binary | 1100000 | 1010000 | 1100110 | 110 | 10110 | 0 | 111100 | 100011100 | 1100 | 100100 |
Color Harmonies of #605066
Complementary color
Monochromatic Colors of #605066
Black with #605066
Text Example
Text Example
White with #605066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605066; }
p { color: rgb(96,80,102); }
H1.HeaderClassName
{
color: #605066;
}
.AnyTagClassName
{
color: #605066;
}
</style>
background-color css
<style>
a { background-color: #605066; }
a { background-color: rgb(96,80,102); }
div.DivClassName
{
background-color: #605066;
}
.BgClassName
{
background-color: #605066;
}
</style>
border-color css
<style>
span { border-color: #605066; }
span { border-color: rgb(96,80,102); }
td.TdClassName
{
border-color: #605066;
}
.TagClassName
{
border-color: #605066;
}
</style>