Shades of Fedora #675D68
Tints of Fedora #675D68
RGB
CMYK
RGB Variations
Color information
#675D68 (or 0x675D68) is known color: Fedora. HEX triplet: 67, 5D and 68. RGB value is (103,93,104). Sum of RGB (Red+Green+Blue) = 103+93+104=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: blue. Hex color #675D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D68 is #98A297. Grayscale: #616161. Windows color (decimal): -10003096 or 6839655. OLE color: 6839655.
HSL color Cylindrical-coordinate representation of color #675D68: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #675D68 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 93 | 104 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.59 |
| HSL | 294.55º | 0.06% | 0.39% | - |
| HSV(B) | 294.55º | 0.11% | 0.41% | - |
| XYZ | 12.01 | 11.71 | 14.72 | - |
| YUV | 97.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 104 | 0.01 | 0.11 | 0 | 0.59 | 294.55 | 0.06 | 0.39 |
| Hex | 67 | 5D | 68 | 1 | B | 0 | 3B | 127 | 6 | 27 |
| Octal | 147 | 135 | 150 | 1 | 13 | 0 | 73 | 447 | 6 | 47 |
| Binary | 1100111 | 1011101 | 1101000 | 1 | 1011 | 0 | 111011 | 100100111 | 110 | 100111 |
Color Harmonies of #675D68
Complementary color
Monochromatic Colors of #675D68
Black with #675D68
Text Example
Text Example
White with #675D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D68; }
p { color: rgb(103,93,104); }
H1.HeaderClassName
{
color: #675D68;
}
.AnyTagClassName
{
color: #675D68;
}
</style>
background-color css
<style>
a { background-color: #675D68; }
a { background-color: rgb(103,93,104); }
div.DivClassName
{
background-color: #675D68;
}
.BgClassName
{
background-color: #675D68;
}
</style>
border-color css
<style>
span { border-color: #675D68; }
span { border-color: rgb(103,93,104); }
td.TdClassName
{
border-color: #675D68;
}
.TagClassName
{
border-color: #675D68;
}
</style>