Shades of Fedora #664C6C
Tints of Fedora #664C6C
RGB
CMYK
RGB Variations
Color information
#664C6C (or 0x664C6C) is known color: Fedora. HEX triplet: 66, 4C and 6C. RGB value is (102,76,108). Sum of RGB (Red+Green+Blue) = 102+76+108=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #664C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C6C is #99B393. Grayscale: #575757. Windows color (decimal): -10072980 or 7097446. OLE color: 7097446.
HSL color Cylindrical-coordinate representation of color #664C6C: hue angle of 288.75º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664C6C is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 76 | 108 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.58 |
| HSL | 288.75º | 0.17% | 0.36% | - |
| HSV(B) | 288.75º | 0.3% | 0.42% | - |
| XYZ | 10.77 | 9.08 | 15.37 | - |
| YUV | 87.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 108 | 0.06 | 0.30 | 0 | 0.58 | 288.75 | 0.17 | 0.36 |
| Hex | 66 | 4C | 6C | 6 | 1E | 0 | 3A | 121 | 11 | 24 |
| Octal | 146 | 114 | 154 | 6 | 36 | 0 | 72 | 441 | 21 | 44 |
| Binary | 1100110 | 1001100 | 1101100 | 110 | 11110 | 0 | 111010 | 100100001 | 10001 | 100100 |
Color Harmonies of #664C6C
Complementary color
Monochromatic Colors of #664C6C
Black with #664C6C
Text Example
Text Example
White with #664C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664C6C; }
p { color: rgb(102,76,108); }
H1.HeaderClassName
{
color: #664C6C;
}
.AnyTagClassName
{
color: #664C6C;
}
</style>
background-color css
<style>
a { background-color: #664C6C; }
a { background-color: rgb(102,76,108); }
div.DivClassName
{
background-color: #664C6C;
}
.BgClassName
{
background-color: #664C6C;
}
</style>
border-color css
<style>
span { border-color: #664C6C; }
span { border-color: rgb(102,76,108); }
td.TdClassName
{
border-color: #664C6C;
}
.TagClassName
{
border-color: #664C6C;
}
</style>