Shades of Fedora #67496E
Tints of Fedora #67496E
RGB
CMYK
RGB Variations
Color information
#67496E (or 0x67496E) is known color: Fedora. HEX triplet: 67, 49 and 6E. RGB value is (103,73,110). Sum of RGB (Red+Green+Blue) = 103+73+110=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #67496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67496E is #98B691. Grayscale: #565656. Windows color (decimal): -10008210 or 7227751. OLE color: 7227751.
HSL color Cylindrical-coordinate representation of color #67496E: hue angle of 288.65º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67496E is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 73 | 110 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.57 |
| HSL | 288.65º | 0.2% | 0.36% | - |
| HSV(B) | 288.65º | 0.34% | 0.43% | - |
| XYZ | 10.79 | 8.77 | 15.88 | - |
| YUV | 86.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 110 | 0.06 | 0.34 | 0 | 0.57 | 288.65 | 0.2 | 0.36 |
| Hex | 67 | 49 | 6E | 6 | 22 | 0 | 39 | 121 | 14 | 24 |
| Octal | 147 | 111 | 156 | 6 | 42 | 0 | 71 | 441 | 24 | 44 |
| Binary | 1100111 | 1001001 | 1101110 | 110 | 100010 | 0 | 111001 | 100100001 | 10100 | 100100 |
Color Harmonies of #67496E
Complementary color
Monochromatic Colors of #67496E
Black with #67496E
Text Example
Text Example
White with #67496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67496E; }
p { color: rgb(103,73,110); }
H1.HeaderClassName
{
color: #67496E;
}
.AnyTagClassName
{
color: #67496E;
}
</style>
background-color css
<style>
a { background-color: #67496E; }
a { background-color: rgb(103,73,110); }
div.DivClassName
{
background-color: #67496E;
}
.BgClassName
{
background-color: #67496E;
}
</style>
border-color css
<style>
span { border-color: #67496E; }
span { border-color: rgb(103,73,110); }
td.TdClassName
{
border-color: #67496E;
}
.TagClassName
{
border-color: #67496E;
}
</style>