Shades of Fedora #675167
Tints of Fedora #675167
RGB
CMYK
RGB Variations
Color information
#675167 (or 0x675167) is known color: Fedora. HEX triplet: 67, 51 and 67. RGB value is (103,81,103). Sum of RGB (Red+Green+Blue) = 103+81+103=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #675167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675167 is #98AE98. Grayscale: #5A5A5A. Windows color (decimal): -10006169 or 6771047. OLE color: 6771047.
HSL color Cylindrical-coordinate representation of color #675167: hue angle of 300º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675167 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 103 | - |
| CMYK | 0 | 0.21 | 0 | 0.60 |
| HSL | 300º | 0.12% | 0.36% | - |
| HSV(B) | 300º | 0.21% | 0.4% | - |
| XYZ | 10.98 | 9.75 | 14.13 | - |
| YUV | 90.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 103 | 0 | 0.21 | 0 | 0.60 | 300 | 0.12 | 0.36 |
| Hex | 67 | 51 | 67 | 0 | 15 | 0 | 3C | 12C | C | 24 |
| Octal | 147 | 121 | 147 | 0 | 25 | 0 | 74 | 454 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1100111 | 0 | 10101 | 0 | 111100 | 100101100 | 1100 | 100100 |
Color Harmonies of #675167
Complementary color
Monochromatic Colors of #675167
Black with #675167
Text Example
Text Example
White with #675167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675167; }
p { color: rgb(103,81,103); }
H1.HeaderClassName
{
color: #675167;
}
.AnyTagClassName
{
color: #675167;
}
</style>
background-color css
<style>
a { background-color: #675167; }
a { background-color: rgb(103,81,103); }
div.DivClassName
{
background-color: #675167;
}
.BgClassName
{
background-color: #675167;
}
</style>
border-color css
<style>
span { border-color: #675167; }
span { border-color: rgb(103,81,103); }
td.TdClassName
{
border-color: #675167;
}
.TagClassName
{
border-color: #675167;
}
</style>