Shades of Fedora #674F67
Tints of Fedora #674F67
RGB
CMYK
RGB Variations
Color information
#674F67 (or 0x674F67) is known color: Fedora. HEX triplet: 67, 4F and 67. RGB value is (103,79,103). Sum of RGB (Red+Green+Blue) = 103+79+103=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #674F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F67 is #98B098. Grayscale: #585858. Windows color (decimal): -10006681 or 6770535. OLE color: 6770535.
HSL color Cylindrical-coordinate representation of color #674F67: hue angle of 300º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #674F67 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 103 | - |
| CMYK | 0 | 0.23 | 0 | 0.60 |
| HSL | 300º | 0.13% | 0.36% | - |
| HSV(B) | 300º | 0.23% | 0.4% | - |
| XYZ | 10.84 | 9.45 | 14.09 | - |
| YUV | 88.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 103 | 0 | 0.23 | 0 | 0.60 | 300 | 0.13 | 0.36 |
| Hex | 67 | 4F | 67 | 0 | 17 | 0 | 3C | 12C | D | 24 |
| Octal | 147 | 117 | 147 | 0 | 27 | 0 | 74 | 454 | 15 | 44 |
| Binary | 1100111 | 1001111 | 1100111 | 0 | 10111 | 0 | 111100 | 100101100 | 1101 | 100100 |
Color Harmonies of #674F67
Complementary color
Monochromatic Colors of #674F67
Black with #674F67
Text Example
Text Example
White with #674F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F67; }
p { color: rgb(103,79,103); }
H1.HeaderClassName
{
color: #674F67;
}
.AnyTagClassName
{
color: #674F67;
}
</style>
background-color css
<style>
a { background-color: #674F67; }
a { background-color: rgb(103,79,103); }
div.DivClassName
{
background-color: #674F67;
}
.BgClassName
{
background-color: #674F67;
}
</style>
border-color css
<style>
span { border-color: #674F67; }
span { border-color: rgb(103,79,103); }
td.TdClassName
{
border-color: #674F67;
}
.TagClassName
{
border-color: #674F67;
}
</style>