Shades of Fedora #674E69
Tints of Fedora #674E69
RGB
CMYK
RGB Variations
Color information
#674E69 (or 0x674E69) is known color: Fedora. HEX triplet: 67, 4E and 69. RGB value is (103,78,105). Sum of RGB (Red+Green+Blue) = 103+78+105=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #674E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E69 is #98B196. Grayscale: #585858. Windows color (decimal): -10006935 or 6901351. OLE color: 6901351.
HSL color Cylindrical-coordinate representation of color #674E69: hue angle of 295.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674E69 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 78 | 105 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.59 |
| HSL | 295.56º | 0.15% | 0.36% | - |
| HSV(B) | 295.56º | 0.26% | 0.41% | - |
| XYZ | 10.87 | 9.35 | 14.6 | - |
| YUV | 88.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 105 | 0.02 | 0.26 | 0 | 0.59 | 295.56 | 0.15 | 0.36 |
| Hex | 67 | 4E | 69 | 2 | 1A | 0 | 3B | 128 | F | 24 |
| Octal | 147 | 116 | 151 | 2 | 32 | 0 | 73 | 450 | 17 | 44 |
| Binary | 1100111 | 1001110 | 1101001 | 10 | 11010 | 0 | 111011 | 100101000 | 1111 | 100100 |
Color Harmonies of #674E69
Complementary color
Monochromatic Colors of #674E69
Black with #674E69
Text Example
Text Example
White with #674E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E69; }
p { color: rgb(103,78,105); }
H1.HeaderClassName
{
color: #674E69;
}
.AnyTagClassName
{
color: #674E69;
}
</style>
background-color css
<style>
a { background-color: #674E69; }
a { background-color: rgb(103,78,105); }
div.DivClassName
{
background-color: #674E69;
}
.BgClassName
{
background-color: #674E69;
}
</style>
border-color css
<style>
span { border-color: #674E69; }
span { border-color: rgb(103,78,105); }
td.TdClassName
{
border-color: #674E69;
}
.TagClassName
{
border-color: #674E69;
}
</style>