Shades of Eminence #6B307A
Tints of Eminence #6B307A
RGB
CMYK
RGB Variations
Color information
#6B307A (or 0x6B307A) is known color: Eminence. HEX triplet: 6B, 30 and 7A. RGB value is (107,48,122). Sum of RGB (Red+Green+Blue) = 107+48+122=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B307A is #94CF85. Grayscale: #494949. Windows color (decimal): -9752454 or 8007787. OLE color: 8007787.
HSL color Cylindrical-coordinate representation of color #6B307A: hue angle of 287.84º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B307A is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 48 | 122 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.52 |
| HSL | 287.84º | 0.44% | 0.33% | - |
| HSV(B) | 287.84º | 0.61% | 0.48% | - |
| XYZ | 10.63 | 6.64 | 19.13 | - |
| YUV | 74.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 122 | 0.12 | 0.61 | 0 | 0.52 | 287.84 | 0.44 | 0.33 |
| Hex | 6B | 30 | 7A | C | 3D | 0 | 34 | 120 | 2C | 21 |
| Octal | 153 | 60 | 172 | 14 | 75 | 0 | 64 | 440 | 54 | 41 |
| Binary | 1101011 | 110000 | 1111010 | 1100 | 111101 | 0 | 110100 | 100100000 | 101100 | 100001 |
Color Harmonies of #6B307A
Complementary color
Monochromatic Colors of #6B307A
Black with #6B307A
Text Example
Text Example
White with #6B307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B307A; }
p { color: rgb(107,48,122); }
H1.HeaderClassName
{
color: #6B307A;
}
.AnyTagClassName
{
color: #6B307A;
}
</style>
background-color css
<style>
a { background-color: #6B307A; }
a { background-color: rgb(107,48,122); }
div.DivClassName
{
background-color: #6B307A;
}
.BgClassName
{
background-color: #6B307A;
}
</style>
border-color css
<style>
span { border-color: #6B307A; }
span { border-color: rgb(107,48,122); }
td.TdClassName
{
border-color: #6B307A;
}
.TagClassName
{
border-color: #6B307A;
}
</style>