Shades of Fedora #67516C
Tints of Fedora #67516C
RGB
CMYK
RGB Variations
Color information
#67516C (or 0x67516C) is known color: Fedora. HEX triplet: 67, 51 and 6C. RGB value is (103,81,108). Sum of RGB (Red+Green+Blue) = 103+81+108=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #67516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67516C is #98AE93. Grayscale: #5A5A5A. Windows color (decimal): -10006164 or 7098727. OLE color: 7098727.
HSL color Cylindrical-coordinate representation of color #67516C: hue angle of 288.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67516C is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 81 | 108 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.58 |
| HSL | 288.89º | 0.14% | 0.37% | - |
| HSV(B) | 288.89º | 0.25% | 0.42% | - |
| XYZ | 11.24 | 9.85 | 15.5 | - |
| YUV | 90.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 108 | 0.05 | 0.25 | 0 | 0.58 | 288.89 | 0.14 | 0.37 |
| Hex | 67 | 51 | 6C | 5 | 19 | 0 | 3A | 121 | E | 25 |
| Octal | 147 | 121 | 154 | 5 | 31 | 0 | 72 | 441 | 16 | 45 |
| Binary | 1100111 | 1010001 | 1101100 | 101 | 11001 | 0 | 111010 | 100100001 | 1110 | 100101 |
Color Harmonies of #67516C
Complementary color
Monochromatic Colors of #67516C
Black with #67516C
Text Example
Text Example
White with #67516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67516C; }
p { color: rgb(103,81,108); }
H1.HeaderClassName
{
color: #67516C;
}
.AnyTagClassName
{
color: #67516C;
}
</style>
background-color css
<style>
a { background-color: #67516C; }
a { background-color: rgb(103,81,108); }
div.DivClassName
{
background-color: #67516C;
}
.BgClassName
{
background-color: #67516C;
}
</style>
border-color css
<style>
span { border-color: #67516C; }
span { border-color: rgb(103,81,108); }
td.TdClassName
{
border-color: #67516C;
}
.TagClassName
{
border-color: #67516C;
}
</style>