Shades of Fedora #66486F
Tints of Fedora #66486F
RGB
CMYK
RGB Variations
Color information
#66486F (or 0x66486F) is known color: Fedora. HEX triplet: 66, 48 and 6F. RGB value is (102,72,111). Sum of RGB (Red+Green+Blue) = 102+72+111=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #66486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66486F is #99B790. Grayscale: #555555. Windows color (decimal): -10074001 or 7293030. OLE color: 7293030.
HSL color Cylindrical-coordinate representation of color #66486F: hue angle of 286.15º 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 #66486F is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 72 | 111 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.56 |
| HSL | 286.15º | 0.21% | 0.36% | - |
| HSV(B) | 286.15º | 0.35% | 0.44% | - |
| XYZ | 10.67 | 8.61 | 16.14 | - |
| YUV | 85.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 111 | 0.08 | 0.35 | 0 | 0.56 | 286.15 | 0.21 | 0.36 |
| Hex | 66 | 48 | 6F | 8 | 23 | 0 | 38 | 11E | 15 | 24 |
| Octal | 146 | 110 | 157 | 10 | 43 | 0 | 70 | 436 | 25 | 44 |
| Binary | 1100110 | 1001000 | 1101111 | 1000 | 100011 | 0 | 111000 | 100011110 | 10101 | 100100 |
Color Harmonies of #66486F
Complementary color
Monochromatic Colors of #66486F
Black with #66486F
Text Example
Text Example
White with #66486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66486F; }
p { color: rgb(102,72,111); }
H1.HeaderClassName
{
color: #66486F;
}
.AnyTagClassName
{
color: #66486F;
}
</style>
background-color css
<style>
a { background-color: #66486F; }
a { background-color: rgb(102,72,111); }
div.DivClassName
{
background-color: #66486F;
}
.BgClassName
{
background-color: #66486F;
}
</style>
border-color css
<style>
span { border-color: #66486F; }
span { border-color: rgb(102,72,111); }
td.TdClassName
{
border-color: #66486F;
}
.TagClassName
{
border-color: #66486F;
}
</style>