Shades of Fedora #674E67
Tints of Fedora #674E67
RGB
CMYK
RGB Variations
Color information
#674E67 (or 0x674E67) is known color: Fedora. HEX triplet: 67, 4E and 67. RGB value is (103,78,103). Sum of RGB (Red+Green+Blue) = 103+78+103=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #674E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E67 is #98B198. Grayscale: #585858. Windows color (decimal): -10006937 or 6770279. OLE color: 6770279.
HSL color Cylindrical-coordinate representation of color #674E67: hue angle of 300º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #674E67 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 103 | - |
| CMYK | 0 | 0.24 | 0 | 0.60 |
| HSL | 300º | 0.14% | 0.35% | - |
| HSV(B) | 300º | 0.24% | 0.4% | - |
| XYZ | 10.77 | 9.31 | 14.06 | - |
| YUV | 88.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 103 | 0 | 0.24 | 0 | 0.60 | 300 | 0.14 | 0.35 |
| Hex | 67 | 4E | 67 | 0 | 18 | 0 | 3C | 12C | E | 23 |
| Octal | 147 | 116 | 147 | 0 | 30 | 0 | 74 | 454 | 16 | 43 |
| Binary | 1100111 | 1001110 | 1100111 | 0 | 11000 | 0 | 111100 | 100101100 | 1110 | 100011 |
Color Harmonies of #674E67
Complementary color
Monochromatic Colors of #674E67
Black with #674E67
Text Example
Text Example
White with #674E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E67; }
p { color: rgb(103,78,103); }
H1.HeaderClassName
{
color: #674E67;
}
.AnyTagClassName
{
color: #674E67;
}
</style>
background-color css
<style>
a { background-color: #674E67; }
a { background-color: rgb(103,78,103); }
div.DivClassName
{
background-color: #674E67;
}
.BgClassName
{
background-color: #674E67;
}
</style>
border-color css
<style>
span { border-color: #674E67; }
span { border-color: rgb(103,78,103); }
td.TdClassName
{
border-color: #674E67;
}
.TagClassName
{
border-color: #674E67;
}
</style>