Shades of Eminence #6B427A
Tints of Eminence #6B427A
RGB
CMYK
RGB Variations
Color information
#6B427A (or 0x6B427A) is known color: Eminence. HEX triplet: 6B, 42 and 7A. RGB value is (107,66,122). Sum of RGB (Red+Green+Blue) = 107+66+122=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B427A is #94BD85. Grayscale: #545454. Windows color (decimal): -9747846 or 8012395. OLE color: 8012395.
HSL color Cylindrical-coordinate representation of color #6B427A: hue angle of 283.93º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B427A is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 66 | 122 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.52 |
| HSL | 283.93º | 0.3% | 0.37% | - |
| HSV(B) | 283.93º | 0.46% | 0.48% | - |
| XYZ | 11.52 | 8.43 | 19.43 | - |
| YUV | 84.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 122 | 0.12 | 0.46 | 0 | 0.52 | 283.93 | 0.3 | 0.37 |
| Hex | 6B | 42 | 7A | C | 2E | 0 | 34 | 11C | 1E | 25 |
| Octal | 153 | 102 | 172 | 14 | 56 | 0 | 64 | 434 | 36 | 45 |
| Binary | 1101011 | 1000010 | 1111010 | 1100 | 101110 | 0 | 110100 | 100011100 | 11110 | 100101 |
Color Harmonies of #6B427A
Complementary color
Monochromatic Colors of #6B427A
Black with #6B427A
Text Example
Text Example
White with #6B427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B427A; }
p { color: rgb(107,66,122); }
H1.HeaderClassName
{
color: #6B427A;
}
.AnyTagClassName
{
color: #6B427A;
}
</style>
background-color css
<style>
a { background-color: #6B427A; }
a { background-color: rgb(107,66,122); }
div.DivClassName
{
background-color: #6B427A;
}
.BgClassName
{
background-color: #6B427A;
}
</style>
border-color css
<style>
span { border-color: #6B427A; }
span { border-color: rgb(107,66,122); }
td.TdClassName
{
border-color: #6B427A;
}
.TagClassName
{
border-color: #6B427A;
}
</style>