Shades of Fedora #674F6C
Tints of Fedora #674F6C
RGB
CMYK
RGB Variations
Color information
#674F6C (or 0x674F6C) is known color: Fedora. HEX triplet: 67, 4F and 6C. RGB value is (103,79,108). Sum of RGB (Red+Green+Blue) = 103+79+108=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #674F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F6C is #98B093. Grayscale: #595959. Windows color (decimal): -10006676 or 7098215. OLE color: 7098215.
HSL color Cylindrical-coordinate representation of color #674F6C: hue angle of 289.66º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674F6C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 79 | 108 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.58 |
| HSL | 289.66º | 0.16% | 0.37% | - |
| HSV(B) | 289.66º | 0.27% | 0.42% | - |
| XYZ | 11.1 | 9.56 | 15.45 | - |
| YUV | 89.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 108 | 0.05 | 0.27 | 0 | 0.58 | 289.66 | 0.16 | 0.37 |
| Hex | 67 | 4F | 6C | 5 | 1B | 0 | 3A | 122 | 10 | 25 |
| Octal | 147 | 117 | 154 | 5 | 33 | 0 | 72 | 442 | 20 | 45 |
| Binary | 1100111 | 1001111 | 1101100 | 101 | 11011 | 0 | 111010 | 100100010 | 10000 | 100101 |
Color Harmonies of #674F6C
Complementary color
Monochromatic Colors of #674F6C
Black with #674F6C
Text Example
Text Example
White with #674F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F6C; }
p { color: rgb(103,79,108); }
H1.HeaderClassName
{
color: #674F6C;
}
.AnyTagClassName
{
color: #674F6C;
}
</style>
background-color css
<style>
a { background-color: #674F6C; }
a { background-color: rgb(103,79,108); }
div.DivClassName
{
background-color: #674F6C;
}
.BgClassName
{
background-color: #674F6C;
}
</style>
border-color css
<style>
span { border-color: #674F6C; }
span { border-color: rgb(103,79,108); }
td.TdClassName
{
border-color: #674F6C;
}
.TagClassName
{
border-color: #674F6C;
}
</style>