Shades of Fedora #674D69
Tints of Fedora #674D69
RGB
CMYK
RGB Variations
Color information
#674D69 (or 0x674D69) is known color: Fedora. HEX triplet: 67, 4D and 69. RGB value is (103,77,105). Sum of RGB (Red+Green+Blue) = 103+77+105=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #674D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D69 is #98B296. Grayscale: #575757. Windows color (decimal): -10007191 or 6901095. OLE color: 6901095.
HSL color Cylindrical-coordinate representation of color #674D69: hue angle of 295.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674D69 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 77 | 105 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.59 |
| HSL | 295.71º | 0.15% | 0.36% | - |
| HSV(B) | 295.71º | 0.27% | 0.41% | - |
| XYZ | 10.8 | 9.21 | 14.57 | - |
| YUV | 87.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 105 | 0.02 | 0.27 | 0 | 0.59 | 295.71 | 0.15 | 0.36 |
| Hex | 67 | 4D | 69 | 2 | 1B | 0 | 3B | 128 | F | 24 |
| Octal | 147 | 115 | 151 | 2 | 33 | 0 | 73 | 450 | 17 | 44 |
| Binary | 1100111 | 1001101 | 1101001 | 10 | 11011 | 0 | 111011 | 100101000 | 1111 | 100100 |
Color Harmonies of #674D69
Complementary color
Monochromatic Colors of #674D69
Black with #674D69
Text Example
Text Example
White with #674D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D69; }
p { color: rgb(103,77,105); }
H1.HeaderClassName
{
color: #674D69;
}
.AnyTagClassName
{
color: #674D69;
}
</style>
background-color css
<style>
a { background-color: #674D69; }
a { background-color: rgb(103,77,105); }
div.DivClassName
{
background-color: #674D69;
}
.BgClassName
{
background-color: #674D69;
}
</style>
border-color css
<style>
span { border-color: #674D69; }
span { border-color: rgb(103,77,105); }
td.TdClassName
{
border-color: #674D69;
}
.TagClassName
{
border-color: #674D69;
}
</style>