Shades of Fedora #674868
Tints of Fedora #674868
RGB
CMYK
RGB Variations
Color information
#674868 (or 0x674868) is known color: Fedora. HEX triplet: 67, 48 and 68. RGB value is (103,72,104). Sum of RGB (Red+Green+Blue) = 103+72+104=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #674868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674868 is #98B797. Grayscale: #545454. Windows color (decimal): -10008472 or 6834279. OLE color: 6834279.
HSL color Cylindrical-coordinate representation of color #674868: hue angle of 298.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #674868 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 72 | 104 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.59 |
| HSL | 298.13º | 0.18% | 0.35% | - |
| HSV(B) | 298.13º | 0.31% | 0.41% | - |
| XYZ | 10.41 | 8.52 | 14.19 | - |
| YUV | 84.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 104 | 0.01 | 0.31 | 0 | 0.59 | 298.13 | 0.18 | 0.35 |
| Hex | 67 | 48 | 68 | 1 | 1F | 0 | 3B | 12A | 12 | 23 |
| Octal | 147 | 110 | 150 | 1 | 37 | 0 | 73 | 452 | 22 | 43 |
| Binary | 1100111 | 1001000 | 1101000 | 1 | 11111 | 0 | 111011 | 100101010 | 10010 | 100011 |
Color Harmonies of #674868
Complementary color
Monochromatic Colors of #674868
Black with #674868
Text Example
Text Example
White with #674868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674868; }
p { color: rgb(103,72,104); }
H1.HeaderClassName
{
color: #674868;
}
.AnyTagClassName
{
color: #674868;
}
</style>
background-color css
<style>
a { background-color: #674868; }
a { background-color: rgb(103,72,104); }
div.DivClassName
{
background-color: #674868;
}
.BgClassName
{
background-color: #674868;
}
</style>
border-color css
<style>
span { border-color: #674868; }
span { border-color: rgb(103,72,104); }
td.TdClassName
{
border-color: #674868;
}
.TagClassName
{
border-color: #674868;
}
</style>