Shades of Eminence #6F3B6C
Tints of Eminence #6F3B6C
RGB
CMYK
RGB Variations
Color information
#6F3B6C (or 0x6F3B6C) is known color: Eminence. HEX triplet: 6F, 3B and 6C. RGB value is (111,59,108). Sum of RGB (Red+Green+Blue) = 111+59+108=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B6C is #90C493. Grayscale: #4F4F4F. Windows color (decimal): -9487508 or 7093103. OLE color: 7093103.
HSL color Cylindrical-coordinate representation of color #6F3B6C: hue angle of 303.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B6C is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 108 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.56 |
| HSL | 303.46º | 0.31% | 0.33% | - |
| HSV(B) | 303.46º | 0.47% | 0.44% | - |
| XYZ | 10.83 | 7.59 | 15.08 | - |
| YUV | 80.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 108 | 0 | 0.47 | 0.03 | 0.56 | 303.46 | 0.31 | 0.33 |
| Hex | 6F | 3B | 6C | 0 | 2F | 3 | 38 | 12F | 1F | 21 |
| Octal | 157 | 73 | 154 | 0 | 57 | 3 | 70 | 457 | 37 | 41 |
| Binary | 1101111 | 111011 | 1101100 | 0 | 101111 | 11 | 111000 | 100101111 | 11111 | 100001 |
Color Harmonies of #6F3B6C
Complementary color
Monochromatic Colors of #6F3B6C
Black with #6F3B6C
Text Example
Text Example
White with #6F3B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B6C; }
p { color: rgb(111,59,108); }
H1.HeaderClassName
{
color: #6F3B6C;
}
.AnyTagClassName
{
color: #6F3B6C;
}
</style>
background-color css
<style>
a { background-color: #6F3B6C; }
a { background-color: rgb(111,59,108); }
div.DivClassName
{
background-color: #6F3B6C;
}
.BgClassName
{
background-color: #6F3B6C;
}
</style>
border-color css
<style>
span { border-color: #6F3B6C; }
span { border-color: rgb(111,59,108); }
td.TdClassName
{
border-color: #6F3B6C;
}
.TagClassName
{
border-color: #6F3B6C;
}
</style>