Shades of Fedora #674C69
Tints of Fedora #674C69
RGB
CMYK
RGB Variations
Color information
#674C69 (or 0x674C69) is known color: Fedora. HEX triplet: 67, 4C and 69. RGB value is (103,76,105). Sum of RGB (Red+Green+Blue) = 103+76+105=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #674C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C69 is #98B396. Grayscale: #575757. Windows color (decimal): -10007447 or 6900839. OLE color: 6900839.
HSL color Cylindrical-coordinate representation of color #674C69: hue angle of 295.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674C69 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 76 | 105 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.59 |
| HSL | 295.86º | 0.16% | 0.35% | - |
| HSV(B) | 295.86º | 0.28% | 0.41% | - |
| XYZ | 10.73 | 9.07 | 14.55 | - |
| YUV | 87.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 105 | 0.02 | 0.28 | 0 | 0.59 | 295.86 | 0.16 | 0.35 |
| Hex | 67 | 4C | 69 | 2 | 1C | 0 | 3B | 128 | 10 | 23 |
| Octal | 147 | 114 | 151 | 2 | 34 | 0 | 73 | 450 | 20 | 43 |
| Binary | 1100111 | 1001100 | 1101001 | 10 | 11100 | 0 | 111011 | 100101000 | 10000 | 100011 |
Color Harmonies of #674C69
Complementary color
Monochromatic Colors of #674C69
Black with #674C69
Text Example
Text Example
White with #674C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C69; }
p { color: rgb(103,76,105); }
H1.HeaderClassName
{
color: #674C69;
}
.AnyTagClassName
{
color: #674C69;
}
</style>
background-color css
<style>
a { background-color: #674C69; }
a { background-color: rgb(103,76,105); }
div.DivClassName
{
background-color: #674C69;
}
.BgClassName
{
background-color: #674C69;
}
</style>
border-color css
<style>
span { border-color: #674C69; }
span { border-color: rgb(103,76,105); }
td.TdClassName
{
border-color: #674C69;
}
.TagClassName
{
border-color: #674C69;
}
</style>