Shades of Fedora #67496D
Tints of Fedora #67496D
RGB
CMYK
RGB Variations
Color information
#67496D (or 0x67496D) is known color: Fedora. HEX triplet: 67, 49 and 6D. RGB value is (103,73,109). Sum of RGB (Red+Green+Blue) = 103+73+109=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #67496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67496D is #98B692. Grayscale: #555555. Windows color (decimal): -10008211 or 7162215. OLE color: 7162215.
HSL color Cylindrical-coordinate representation of color #67496D: hue angle of 290º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67496D is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 73 | 109 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.57 |
| HSL | 290º | 0.2% | 0.36% | - |
| HSV(B) | 290º | 0.33% | 0.43% | - |
| XYZ | 10.74 | 8.75 | 15.59 | - |
| YUV | 86.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 109 | 0.06 | 0.33 | 0 | 0.57 | 290 | 0.2 | 0.36 |
| Hex | 67 | 49 | 6D | 6 | 21 | 0 | 39 | 122 | 14 | 24 |
| Octal | 147 | 111 | 155 | 6 | 41 | 0 | 71 | 442 | 24 | 44 |
| Binary | 1100111 | 1001001 | 1101101 | 110 | 100001 | 0 | 111001 | 100100010 | 10100 | 100100 |
Color Harmonies of #67496D
Complementary color
Monochromatic Colors of #67496D
Black with #67496D
Text Example
Text Example
White with #67496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67496D; }
p { color: rgb(103,73,109); }
H1.HeaderClassName
{
color: #67496D;
}
.AnyTagClassName
{
color: #67496D;
}
</style>
background-color css
<style>
a { background-color: #67496D; }
a { background-color: rgb(103,73,109); }
div.DivClassName
{
background-color: #67496D;
}
.BgClassName
{
background-color: #67496D;
}
</style>
border-color css
<style>
span { border-color: #67496D; }
span { border-color: rgb(103,73,109); }
td.TdClassName
{
border-color: #67496D;
}
.TagClassName
{
border-color: #67496D;
}
</style>