Shades of Fedora #66476C
Tints of Fedora #66476C
RGB
CMYK
RGB Variations
Color information
#66476C (or 0x66476C) is known color: Fedora. HEX triplet: 66, 47 and 6C. RGB value is (102,71,108). Sum of RGB (Red+Green+Blue) = 102+71+108=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #66476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66476C is #99B893. Grayscale: #545454. Windows color (decimal): -10074260 or 7096166. OLE color: 7096166.
HSL color Cylindrical-coordinate representation of color #66476C: hue angle of 290.27º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66476C is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 71 | 108 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.58 |
| HSL | 290.27º | 0.21% | 0.35% | - |
| HSV(B) | 290.27º | 0.34% | 0.42% | - |
| XYZ | 10.44 | 8.41 | 15.26 | - |
| YUV | 84.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 108 | 0.06 | 0.34 | 0 | 0.58 | 290.27 | 0.21 | 0.35 |
| Hex | 66 | 47 | 6C | 6 | 22 | 0 | 3A | 122 | 15 | 23 |
| Octal | 146 | 107 | 154 | 6 | 42 | 0 | 72 | 442 | 25 | 43 |
| Binary | 1100110 | 1000111 | 1101100 | 110 | 100010 | 0 | 111010 | 100100010 | 10101 | 100011 |
Color Harmonies of #66476C
Complementary color
Monochromatic Colors of #66476C
Black with #66476C
Text Example
Text Example
White with #66476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66476C; }
p { color: rgb(102,71,108); }
H1.HeaderClassName
{
color: #66476C;
}
.AnyTagClassName
{
color: #66476C;
}
</style>
background-color css
<style>
a { background-color: #66476C; }
a { background-color: rgb(102,71,108); }
div.DivClassName
{
background-color: #66476C;
}
.BgClassName
{
background-color: #66476C;
}
</style>
border-color css
<style>
span { border-color: #66476C; }
span { border-color: rgb(102,71,108); }
td.TdClassName
{
border-color: #66476C;
}
.TagClassName
{
border-color: #66476C;
}
</style>