Shades of Fedora #674B67
Tints of Fedora #674B67
RGB
CMYK
RGB Variations
Color information
#674B67 (or 0x674B67) is known color: Fedora. HEX triplet: 67, 4B and 67. RGB value is (103,75,103). Sum of RGB (Red+Green+Blue) = 103+75+103=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #674B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B67 is #98B498. Grayscale: #565656. Windows color (decimal): -10007705 or 6769511. OLE color: 6769511.
HSL color Cylindrical-coordinate representation of color #674B67: hue angle of 300º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674B67 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 103 | - |
| CMYK | 0 | 0.27 | 0 | 0.60 |
| HSL | 300º | 0.16% | 0.35% | - |
| HSV(B) | 300º | 0.27% | 0.4% | - |
| XYZ | 10.56 | 8.89 | 13.99 | - |
| YUV | 86.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 103 | 0 | 0.27 | 0 | 0.60 | 300 | 0.16 | 0.35 |
| Hex | 67 | 4B | 67 | 0 | 1B | 0 | 3C | 12C | 10 | 23 |
| Octal | 147 | 113 | 147 | 0 | 33 | 0 | 74 | 454 | 20 | 43 |
| Binary | 1100111 | 1001011 | 1100111 | 0 | 11011 | 0 | 111100 | 100101100 | 10000 | 100011 |
Color Harmonies of #674B67
Complementary color
Monochromatic Colors of #674B67
Black with #674B67
Text Example
Text Example
White with #674B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B67; }
p { color: rgb(103,75,103); }
H1.HeaderClassName
{
color: #674B67;
}
.AnyTagClassName
{
color: #674B67;
}
</style>
background-color css
<style>
a { background-color: #674B67; }
a { background-color: rgb(103,75,103); }
div.DivClassName
{
background-color: #674B67;
}
.BgClassName
{
background-color: #674B67;
}
</style>
border-color css
<style>
span { border-color: #674B67; }
span { border-color: rgb(103,75,103); }
td.TdClassName
{
border-color: #674B67;
}
.TagClassName
{
border-color: #674B67;
}
</style>