Shades of Fedora #674967
Tints of Fedora #674967
RGB
CMYK
RGB Variations
Color information
#674967 (or 0x674967) is known color: Fedora. HEX triplet: 67, 49 and 67. RGB value is (103,73,103). Sum of RGB (Red+Green+Blue) = 103+73+103=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #674967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674967 is #98B698. Grayscale: #555555. Windows color (decimal): -10008217 or 6768999. OLE color: 6768999.
HSL color Cylindrical-coordinate representation of color #674967: hue angle of 300º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674967 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 103 | - |
| CMYK | 0 | 0.29 | 0 | 0.60 |
| HSL | 300º | 0.17% | 0.35% | - |
| HSV(B) | 300º | 0.29% | 0.4% | - |
| XYZ | 10.42 | 8.63 | 13.95 | - |
| YUV | 85.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 103 | 0 | 0.29 | 0 | 0.60 | 300 | 0.17 | 0.35 |
| Hex | 67 | 49 | 67 | 0 | 1D | 0 | 3C | 12C | 11 | 23 |
| Octal | 147 | 111 | 147 | 0 | 35 | 0 | 74 | 454 | 21 | 43 |
| Binary | 1100111 | 1001001 | 1100111 | 0 | 11101 | 0 | 111100 | 100101100 | 10001 | 100011 |
Color Harmonies of #674967
Complementary color
Monochromatic Colors of #674967
Black with #674967
Text Example
Text Example
White with #674967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674967; }
p { color: rgb(103,73,103); }
H1.HeaderClassName
{
color: #674967;
}
.AnyTagClassName
{
color: #674967;
}
</style>
background-color css
<style>
a { background-color: #674967; }
a { background-color: rgb(103,73,103); }
div.DivClassName
{
background-color: #674967;
}
.BgClassName
{
background-color: #674967;
}
</style>
border-color css
<style>
span { border-color: #674967; }
span { border-color: rgb(103,73,103); }
td.TdClassName
{
border-color: #674967;
}
.TagClassName
{
border-color: #674967;
}
</style>