Shades of Fedora #664F6A
Tints of Fedora #664F6A
RGB
CMYK
RGB Variations
Color information
#664F6A (or 0x664F6A) is known color: Fedora. HEX triplet: 66, 4F and 6A. RGB value is (102,79,106). Sum of RGB (Red+Green+Blue) = 102+79+106=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 106 - color contains mainly: blue. Hex color #664F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F6A is #99B095. Grayscale: #585858. Windows color (decimal): -10072214 or 6967142. OLE color: 6967142.
HSL color Cylindrical-coordinate representation of color #664F6A: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664F6A is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 79 | 106 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.58 |
| HSL | 291.11º | 0.15% | 0.36% | - |
| HSV(B) | 291.11º | 0.25% | 0.42% | - |
| XYZ | 10.88 | 9.46 | 14.89 | - |
| YUV | 88.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 106 | 0.04 | 0.25 | 0 | 0.58 | 291.11 | 0.15 | 0.36 |
| Hex | 66 | 4F | 6A | 4 | 19 | 0 | 3A | 123 | F | 24 |
| Octal | 146 | 117 | 152 | 4 | 31 | 0 | 72 | 443 | 17 | 44 |
| Binary | 1100110 | 1001111 | 1101010 | 100 | 11001 | 0 | 111010 | 100100011 | 1111 | 100100 |
Color Harmonies of #664F6A
Complementary color
Monochromatic Colors of #664F6A
Black with #664F6A
Text Example
Text Example
White with #664F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F6A; }
p { color: rgb(102,79,106); }
H1.HeaderClassName
{
color: #664F6A;
}
.AnyTagClassName
{
color: #664F6A;
}
</style>
background-color css
<style>
a { background-color: #664F6A; }
a { background-color: rgb(102,79,106); }
div.DivClassName
{
background-color: #664F6A;
}
.BgClassName
{
background-color: #664F6A;
}
</style>
border-color css
<style>
span { border-color: #664F6A; }
span { border-color: rgb(102,79,106); }
td.TdClassName
{
border-color: #664F6A;
}
.TagClassName
{
border-color: #664F6A;
}
</style>