Shades of Fedora #664970
Tints of Fedora #664970
RGB
CMYK
RGB Variations
Color information
#664970 (or 0x664970) is known color: Fedora. HEX triplet: 66, 49 and 70. RGB value is (102,73,112). Sum of RGB (Red+Green+Blue) = 102+73+112=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #664970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664970 is #99B68F. Grayscale: #555555. Windows color (decimal): -10073744 or 7358822. OLE color: 7358822.
HSL color Cylindrical-coordinate representation of color #664970: hue angle of 284.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664970 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 73 | 112 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.56 |
| HSL | 284.62º | 0.21% | 0.36% | - |
| HSV(B) | 284.62º | 0.35% | 0.44% | - |
| XYZ | 10.79 | 8.76 | 16.45 | - |
| YUV | 86.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 112 | 0.09 | 0.35 | 0 | 0.56 | 284.62 | 0.21 | 0.36 |
| Hex | 66 | 49 | 70 | 9 | 23 | 0 | 38 | 11D | 15 | 24 |
| Octal | 146 | 111 | 160 | 11 | 43 | 0 | 70 | 435 | 25 | 44 |
| Binary | 1100110 | 1001001 | 1110000 | 1001 | 100011 | 0 | 111000 | 100011101 | 10101 | 100100 |
Color Harmonies of #664970
Complementary color
Monochromatic Colors of #664970
Black with #664970
Text Example
Text Example
White with #664970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664970; }
p { color: rgb(102,73,112); }
H1.HeaderClassName
{
color: #664970;
}
.AnyTagClassName
{
color: #664970;
}
</style>
background-color css
<style>
a { background-color: #664970; }
a { background-color: rgb(102,73,112); }
div.DivClassName
{
background-color: #664970;
}
.BgClassName
{
background-color: #664970;
}
</style>
border-color css
<style>
span { border-color: #664970; }
span { border-color: rgb(102,73,112); }
td.TdClassName
{
border-color: #664970;
}
.TagClassName
{
border-color: #664970;
}
</style>