Shades of Fedora #67486C
Tints of Fedora #67486C
RGB
CMYK
RGB Variations
Color information
#67486C (or 0x67486C) is known color: Fedora. HEX triplet: 67, 48 and 6C. RGB value is (103,72,108). Sum of RGB (Red+Green+Blue) = 103+72+108=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #67486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67486C is #98B793. Grayscale: #555555. Windows color (decimal): -10008468 or 7096423. OLE color: 7096423.
HSL color Cylindrical-coordinate representation of color #67486C: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67486C is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 72 | 108 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.58 |
| HSL | 291.67º | 0.2% | 0.35% | - |
| HSV(B) | 291.67º | 0.33% | 0.42% | - |
| XYZ | 10.62 | 8.6 | 15.29 | - |
| YUV | 85.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 108 | 0.05 | 0.33 | 0 | 0.58 | 291.67 | 0.2 | 0.35 |
| Hex | 67 | 48 | 6C | 5 | 21 | 0 | 3A | 124 | 14 | 23 |
| Octal | 147 | 110 | 154 | 5 | 41 | 0 | 72 | 444 | 24 | 43 |
| Binary | 1100111 | 1001000 | 1101100 | 101 | 100001 | 0 | 111010 | 100100100 | 10100 | 100011 |
Color Harmonies of #67486C
Complementary color
Monochromatic Colors of #67486C
Black with #67486C
Text Example
Text Example
White with #67486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67486C; }
p { color: rgb(103,72,108); }
H1.HeaderClassName
{
color: #67486C;
}
.AnyTagClassName
{
color: #67486C;
}
</style>
background-color css
<style>
a { background-color: #67486C; }
a { background-color: rgb(103,72,108); }
div.DivClassName
{
background-color: #67486C;
}
.BgClassName
{
background-color: #67486C;
}
</style>
border-color css
<style>
span { border-color: #67486C; }
span { border-color: rgb(103,72,108); }
td.TdClassName
{
border-color: #67486C;
}
.TagClassName
{
border-color: #67486C;
}
</style>