Shades of Fedora #674B68
Tints of Fedora #674B68
RGB
CMYK
RGB Variations
Color information
#674B68 (or 0x674B68) is known color: Fedora. HEX triplet: 67, 4B and 68. RGB value is (103,75,104). Sum of RGB (Red+Green+Blue) = 103+75+104=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #674B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B68 is #98B497. Grayscale: #565656. Windows color (decimal): -10007704 or 6835047. OLE color: 6835047.
HSL color Cylindrical-coordinate representation of color #674B68: hue angle of 297.93º 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 #674B68 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 75 | 104 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.59 |
| HSL | 297.93º | 0.16% | 0.35% | - |
| HSV(B) | 297.93º | 0.28% | 0.41% | - |
| XYZ | 10.61 | 8.92 | 14.26 | - |
| YUV | 86.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 104 | 0.01 | 0.28 | 0 | 0.59 | 297.93 | 0.16 | 0.35 |
| Hex | 67 | 4B | 68 | 1 | 1C | 0 | 3B | 12A | 10 | 23 |
| Octal | 147 | 113 | 150 | 1 | 34 | 0 | 73 | 452 | 20 | 43 |
| Binary | 1100111 | 1001011 | 1101000 | 1 | 11100 | 0 | 111011 | 100101010 | 10000 | 100011 |
Color Harmonies of #674B68
Complementary color
Monochromatic Colors of #674B68
Black with #674B68
Text Example
Text Example
White with #674B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B68; }
p { color: rgb(103,75,104); }
H1.HeaderClassName
{
color: #674B68;
}
.AnyTagClassName
{
color: #674B68;
}
</style>
background-color css
<style>
a { background-color: #674B68; }
a { background-color: rgb(103,75,104); }
div.DivClassName
{
background-color: #674B68;
}
.BgClassName
{
background-color: #674B68;
}
</style>
border-color css
<style>
span { border-color: #674B68; }
span { border-color: rgb(103,75,104); }
td.TdClassName
{
border-color: #674B68;
}
.TagClassName
{
border-color: #674B68;
}
</style>