Shades of Fedora #67486E
Tints of Fedora #67486E
RGB
CMYK
RGB Variations
Color information
#67486E (or 0x67486E) is known color: Fedora. HEX triplet: 67, 48 and 6E. RGB value is (103,72,110). Sum of RGB (Red+Green+Blue) = 103+72+110=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #67486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67486E is #98B791. Grayscale: #555555. Windows color (decimal): -10008466 or 7227495. OLE color: 7227495.
HSL color Cylindrical-coordinate representation of color #67486E: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67486E is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 72 | 110 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.57 |
| HSL | 288.95º | 0.21% | 0.36% | - |
| HSV(B) | 288.95º | 0.35% | 0.43% | - |
| XYZ | 10.73 | 8.64 | 15.86 | - |
| YUV | 85.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 110 | 0.06 | 0.35 | 0 | 0.57 | 288.95 | 0.21 | 0.36 |
| Hex | 67 | 48 | 6E | 6 | 23 | 0 | 39 | 121 | 15 | 24 |
| Octal | 147 | 110 | 156 | 6 | 43 | 0 | 71 | 441 | 25 | 44 |
| Binary | 1100111 | 1001000 | 1101110 | 110 | 100011 | 0 | 111001 | 100100001 | 10101 | 100100 |
Color Harmonies of #67486E
Complementary color
Monochromatic Colors of #67486E
Black with #67486E
Text Example
Text Example
White with #67486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67486E; }
p { color: rgb(103,72,110); }
H1.HeaderClassName
{
color: #67486E;
}
.AnyTagClassName
{
color: #67486E;
}
</style>
background-color css
<style>
a { background-color: #67486E; }
a { background-color: rgb(103,72,110); }
div.DivClassName
{
background-color: #67486E;
}
.BgClassName
{
background-color: #67486E;
}
</style>
border-color css
<style>
span { border-color: #67486E; }
span { border-color: rgb(103,72,110); }
td.TdClassName
{
border-color: #67486E;
}
.TagClassName
{
border-color: #67486E;
}
</style>