Shades of Fedora #664E6F
Tints of Fedora #664E6F
RGB
CMYK
RGB Variations
Color information
#664E6F (or 0x664E6F) is known color: Fedora. HEX triplet: 66, 4E and 6F. RGB value is (102,78,111). Sum of RGB (Red+Green+Blue) = 102+78+111=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #664E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E6F is #99B190. Grayscale: #585858. Windows color (decimal): -10072465 or 7294566. OLE color: 7294566.
HSL color Cylindrical-coordinate representation of color #664E6F: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664E6F is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 78 | 111 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.56 |
| HSL | 283.64º | 0.17% | 0.37% | - |
| HSV(B) | 283.64º | 0.3% | 0.44% | - |
| XYZ | 11.07 | 9.42 | 16.27 | - |
| YUV | 88.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 111 | 0.08 | 0.30 | 0 | 0.56 | 283.64 | 0.17 | 0.37 |
| Hex | 66 | 4E | 6F | 8 | 1E | 0 | 38 | 11C | 11 | 25 |
| Octal | 146 | 116 | 157 | 10 | 36 | 0 | 70 | 434 | 21 | 45 |
| Binary | 1100110 | 1001110 | 1101111 | 1000 | 11110 | 0 | 111000 | 100011100 | 10001 | 100101 |
Color Harmonies of #664E6F
Complementary color
Monochromatic Colors of #664E6F
Black with #664E6F
Text Example
Text Example
White with #664E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E6F; }
p { color: rgb(102,78,111); }
H1.HeaderClassName
{
color: #664E6F;
}
.AnyTagClassName
{
color: #664E6F;
}
</style>
background-color css
<style>
a { background-color: #664E6F; }
a { background-color: rgb(102,78,111); }
div.DivClassName
{
background-color: #664E6F;
}
.BgClassName
{
background-color: #664E6F;
}
</style>
border-color css
<style>
span { border-color: #664E6F; }
span { border-color: rgb(102,78,111); }
td.TdClassName
{
border-color: #664E6F;
}
.TagClassName
{
border-color: #664E6F;
}
</style>