Shades of Fedora #67536C
Tints of Fedora #67536C
RGB
CMYK
RGB Variations
Color information
#67536C (or 0x67536C) is known color: Fedora. HEX triplet: 67, 53 and 6C. RGB value is (103,83,108). Sum of RGB (Red+Green+Blue) = 103+83+108=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #67536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67536C is #98AC93. Grayscale: #5B5B5B. Windows color (decimal): -10005652 or 7099239. OLE color: 7099239.
HSL color Cylindrical-coordinate representation of color #67536C: hue angle of 288º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67536C is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 83 | 108 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.58 |
| HSL | 288º | 0.13% | 0.37% | - |
| HSV(B) | 288º | 0.23% | 0.42% | - |
| XYZ | 11.39 | 10.15 | 15.55 | - |
| YUV | 91.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 108 | 0.05 | 0.23 | 0 | 0.58 | 288 | 0.13 | 0.37 |
| Hex | 67 | 53 | 6C | 5 | 17 | 0 | 3A | 120 | D | 25 |
| Octal | 147 | 123 | 154 | 5 | 27 | 0 | 72 | 440 | 15 | 45 |
| Binary | 1100111 | 1010011 | 1101100 | 101 | 10111 | 0 | 111010 | 100100000 | 1101 | 100101 |
Color Harmonies of #67536C
Complementary color
Monochromatic Colors of #67536C
Black with #67536C
Text Example
Text Example
White with #67536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67536C; }
p { color: rgb(103,83,108); }
H1.HeaderClassName
{
color: #67536C;
}
.AnyTagClassName
{
color: #67536C;
}
</style>
background-color css
<style>
a { background-color: #67536C; }
a { background-color: rgb(103,83,108); }
div.DivClassName
{
background-color: #67536C;
}
.BgClassName
{
background-color: #67536C;
}
</style>
border-color css
<style>
span { border-color: #67536C; }
span { border-color: rgb(103,83,108); }
td.TdClassName
{
border-color: #67536C;
}
.TagClassName
{
border-color: #67536C;
}
</style>