Shades of Fedora #67536A
Tints of Fedora #67536A
RGB
CMYK
RGB Variations
Color information
#67536A (or 0x67536A) is known color: Fedora. HEX triplet: 67, 53 and 6A. RGB value is (103,83,106). Sum of RGB (Red+Green+Blue) = 103+83+106=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 106 - color contains mainly: blue. Hex color #67536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67536A is #98AC95. Grayscale: #5B5B5B. Windows color (decimal): -10005654 or 6968167. OLE color: 6968167.
HSL color Cylindrical-coordinate representation of color #67536A: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67536A is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 83 | 106 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.58 |
| HSL | 292.17º | 0.12% | 0.37% | - |
| HSV(B) | 292.17º | 0.22% | 0.42% | - |
| XYZ | 11.29 | 10.11 | 14.99 | - |
| YUV | 91.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 106 | 0.03 | 0.22 | 0 | 0.58 | 292.17 | 0.12 | 0.37 |
| Hex | 67 | 53 | 6A | 3 | 16 | 0 | 3A | 124 | C | 25 |
| Octal | 147 | 123 | 152 | 3 | 26 | 0 | 72 | 444 | 14 | 45 |
| Binary | 1100111 | 1010011 | 1101010 | 11 | 10110 | 0 | 111010 | 100100100 | 1100 | 100101 |
Color Harmonies of #67536A
Complementary color
Monochromatic Colors of #67536A
Black with #67536A
Text Example
Text Example
White with #67536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67536A; }
p { color: rgb(103,83,106); }
H1.HeaderClassName
{
color: #67536A;
}
.AnyTagClassName
{
color: #67536A;
}
</style>
background-color css
<style>
a { background-color: #67536A; }
a { background-color: rgb(103,83,106); }
div.DivClassName
{
background-color: #67536A;
}
.BgClassName
{
background-color: #67536A;
}
</style>
border-color css
<style>
span { border-color: #67536A; }
span { border-color: rgb(103,83,106); }
td.TdClassName
{
border-color: #67536A;
}
.TagClassName
{
border-color: #67536A;
}
</style>