Shades of Eminence #6B427B
Tints of Eminence #6B427B
RGB
CMYK
RGB Variations
Color information
#6B427B (or 0x6B427B) is known color: Eminence. HEX triplet: 6B, 42 and 7B. RGB value is (107,66,123). Sum of RGB (Red+Green+Blue) = 107+66+123=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B427B is #94BD84. Grayscale: #545454. Windows color (decimal): -9747845 or 8077931. OLE color: 8077931.
HSL color Cylindrical-coordinate representation of color #6B427B: hue angle of 283.16º 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 #6B427B is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 66 | 123 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.52 |
| HSL | 283.16º | 0.3% | 0.37% | - |
| HSV(B) | 283.16º | 0.46% | 0.48% | - |
| XYZ | 11.59 | 8.45 | 19.76 | - |
| YUV | 84.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 123 | 0.13 | 0.46 | 0 | 0.52 | 283.16 | 0.3 | 0.37 |
| Hex | 6B | 42 | 7B | D | 2E | 0 | 34 | 11B | 1E | 25 |
| Octal | 153 | 102 | 173 | 15 | 56 | 0 | 64 | 433 | 36 | 45 |
| Binary | 1101011 | 1000010 | 1111011 | 1101 | 101110 | 0 | 110100 | 100011011 | 11110 | 100101 |
Color Harmonies of #6B427B
Complementary color
Monochromatic Colors of #6B427B
Black with #6B427B
Text Example
Text Example
White with #6B427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B427B; }
p { color: rgb(107,66,123); }
H1.HeaderClassName
{
color: #6B427B;
}
.AnyTagClassName
{
color: #6B427B;
}
</style>
background-color css
<style>
a { background-color: #6B427B; }
a { background-color: rgb(107,66,123); }
div.DivClassName
{
background-color: #6B427B;
}
.BgClassName
{
background-color: #6B427B;
}
</style>
border-color css
<style>
span { border-color: #6B427B; }
span { border-color: rgb(107,66,123); }
td.TdClassName
{
border-color: #6B427B;
}
.TagClassName
{
border-color: #6B427B;
}
</style>