Shades of Fedora #675768
Tints of Fedora #675768
RGB
CMYK
RGB Variations
Color information
#675768 (or 0x675768) is known color: Fedora. HEX triplet: 67, 57 and 68. RGB value is (103,87,104). Sum of RGB (Red+Green+Blue) = 103+87+104=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: blue. Hex color #675768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675768 is #98A897. Grayscale: #5D5D5D. Windows color (decimal): -10004632 or 6838119. OLE color: 6838119.
HSL color Cylindrical-coordinate representation of color #675768: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675768 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 87 | 104 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.59 |
| HSL | 296.47º | 0.09% | 0.37% | - |
| HSV(B) | 296.47º | 0.16% | 0.41% | - |
| XYZ | 11.5 | 10.7 | 14.56 | - |
| YUV | 93.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 104 | 0.01 | 0.16 | 0 | 0.59 | 296.47 | 0.09 | 0.37 |
| Hex | 67 | 57 | 68 | 1 | 10 | 0 | 3B | 128 | 9 | 25 |
| Octal | 147 | 127 | 150 | 1 | 20 | 0 | 73 | 450 | 11 | 45 |
| Binary | 1100111 | 1010111 | 1101000 | 1 | 10000 | 0 | 111011 | 100101000 | 1001 | 100101 |
Color Harmonies of #675768
Complementary color
Monochromatic Colors of #675768
Black with #675768
Text Example
Text Example
White with #675768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675768; }
p { color: rgb(103,87,104); }
H1.HeaderClassName
{
color: #675768;
}
.AnyTagClassName
{
color: #675768;
}
</style>
background-color css
<style>
a { background-color: #675768; }
a { background-color: rgb(103,87,104); }
div.DivClassName
{
background-color: #675768;
}
.BgClassName
{
background-color: #675768;
}
</style>
border-color css
<style>
span { border-color: #675768; }
span { border-color: rgb(103,87,104); }
td.TdClassName
{
border-color: #675768;
}
.TagClassName
{
border-color: #675768;
}
</style>