Shades of Fedora #675868
Tints of Fedora #675868
RGB
CMYK
RGB Variations
Color information
#675868 (or 0x675868) is known color: Fedora. HEX triplet: 67, 58 and 68. RGB value is (103,88,104). Sum of RGB (Red+Green+Blue) = 103+88+104=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #675868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675868 is #98A797. Grayscale: #5E5E5E. Windows color (decimal): -10004376 or 6838375. OLE color: 6838375.
HSL color Cylindrical-coordinate representation of color #675868: hue angle of 296.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675868 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 88 | 104 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.59 |
| HSL | 296.25º | 0.08% | 0.38% | - |
| HSV(B) | 296.25º | 0.15% | 0.41% | - |
| XYZ | 11.58 | 10.86 | 14.58 | - |
| YUV | 94.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 104 | 0.01 | 0.15 | 0 | 0.59 | 296.25 | 0.08 | 0.38 |
| Hex | 67 | 58 | 68 | 1 | F | 0 | 3B | 128 | 8 | 26 |
| Octal | 147 | 130 | 150 | 1 | 17 | 0 | 73 | 450 | 10 | 46 |
| Binary | 1100111 | 1011000 | 1101000 | 1 | 1111 | 0 | 111011 | 100101000 | 1000 | 100110 |
Color Harmonies of #675868
Complementary color
Monochromatic Colors of #675868
Black with #675868
Text Example
Text Example
White with #675868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675868; }
p { color: rgb(103,88,104); }
H1.HeaderClassName
{
color: #675868;
}
.AnyTagClassName
{
color: #675868;
}
</style>
background-color css
<style>
a { background-color: #675868; }
a { background-color: rgb(103,88,104); }
div.DivClassName
{
background-color: #675868;
}
.BgClassName
{
background-color: #675868;
}
</style>
border-color css
<style>
span { border-color: #675868; }
span { border-color: rgb(103,88,104); }
td.TdClassName
{
border-color: #675868;
}
.TagClassName
{
border-color: #675868;
}
</style>