Shades of Fedora #67536D
Tints of Fedora #67536D
RGB
CMYK
RGB Variations
Color information
#67536D (or 0x67536D) is known color: Fedora. HEX triplet: 67, 53 and 6D. RGB value is (103,83,109). Sum of RGB (Red+Green+Blue) = 103+83+109=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #67536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67536D is #98AC92. Grayscale: #5B5B5B. Windows color (decimal): -10005651 or 7164775. OLE color: 7164775.
HSL color Cylindrical-coordinate representation of color #67536D: hue angle of 286.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67536D is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 83 | 109 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.57 |
| HSL | 286.15º | 0.14% | 0.38% | - |
| HSV(B) | 286.15º | 0.24% | 0.43% | - |
| XYZ | 11.45 | 10.17 | 15.83 | - |
| YUV | 91.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 109 | 0.06 | 0.24 | 0 | 0.57 | 286.15 | 0.14 | 0.38 |
| Hex | 67 | 53 | 6D | 6 | 18 | 0 | 39 | 11E | E | 26 |
| Octal | 147 | 123 | 155 | 6 | 30 | 0 | 71 | 436 | 16 | 46 |
| Binary | 1100111 | 1010011 | 1101101 | 110 | 11000 | 0 | 111001 | 100011110 | 1110 | 100110 |
Color Harmonies of #67536D
Complementary color
Monochromatic Colors of #67536D
Black with #67536D
Text Example
Text Example
White with #67536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67536D; }
p { color: rgb(103,83,109); }
H1.HeaderClassName
{
color: #67536D;
}
.AnyTagClassName
{
color: #67536D;
}
</style>
background-color css
<style>
a { background-color: #67536D; }
a { background-color: rgb(103,83,109); }
div.DivClassName
{
background-color: #67536D;
}
.BgClassName
{
background-color: #67536D;
}
</style>
border-color css
<style>
span { border-color: #67536D; }
span { border-color: rgb(103,83,109); }
td.TdClassName
{
border-color: #67536D;
}
.TagClassName
{
border-color: #67536D;
}
</style>