Shades of Fedora #67536E
Tints of Fedora #67536E
RGB
CMYK
RGB Variations
Color information
#67536E (or 0x67536E) is known color: Fedora. HEX triplet: 67, 53 and 6E. RGB value is (103,83,110). Sum of RGB (Red+Green+Blue) = 103+83+110=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 110 - color contains mainly: blue. Hex color #67536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67536E is #98AC91. Grayscale: #5B5B5B. Windows color (decimal): -10005650 or 7230311. OLE color: 7230311.
HSL color Cylindrical-coordinate representation of color #67536E: hue angle of 284.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67536E is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 83 | 110 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.57 |
| HSL | 284.44º | 0.14% | 0.38% | - |
| HSV(B) | 284.44º | 0.25% | 0.43% | - |
| XYZ | 11.5 | 10.2 | 16.11 | - |
| YUV | 92.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 110 | 0.06 | 0.25 | 0 | 0.57 | 284.44 | 0.14 | 0.38 |
| Hex | 67 | 53 | 6E | 6 | 19 | 0 | 39 | 11C | E | 26 |
| Octal | 147 | 123 | 156 | 6 | 31 | 0 | 71 | 434 | 16 | 46 |
| Binary | 1100111 | 1010011 | 1101110 | 110 | 11001 | 0 | 111001 | 100011100 | 1110 | 100110 |
Color Harmonies of #67536E
Complementary color
Monochromatic Colors of #67536E
Black with #67536E
Text Example
Text Example
White with #67536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67536E; }
p { color: rgb(103,83,110); }
H1.HeaderClassName
{
color: #67536E;
}
.AnyTagClassName
{
color: #67536E;
}
</style>
background-color css
<style>
a { background-color: #67536E; }
a { background-color: rgb(103,83,110); }
div.DivClassName
{
background-color: #67536E;
}
.BgClassName
{
background-color: #67536E;
}
</style>
border-color css
<style>
span { border-color: #67536E; }
span { border-color: rgb(103,83,110); }
td.TdClassName
{
border-color: #67536E;
}
.TagClassName
{
border-color: #67536E;
}
</style>