Shades of Studio #6E4C8F
Tints of Studio #6E4C8F
RGB
CMYK
RGB Variations
Color information
#6E4C8F (or 0x6E4C8F) is known color: Studio. HEX triplet: 6E, 4C and 8F. RGB value is (110,76,143). Sum of RGB (Red+Green+Blue) = 110+76+143=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E4C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4C8F is #91B370. Grayscale: #5D5D5D. Windows color (decimal): -9548657 or 9391214. OLE color: 9391214.
HSL color Cylindrical-coordinate representation of color #6E4C8F: hue angle of 270.45º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E4C8F is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 76 | 143 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.44 |
| HSL | 270.45º | 0.31% | 0.43% | - |
| HSV(B) | 270.45º | 0.47% | 0.56% | - |
| XYZ | 13.97 | 10.47 | 27.27 | - |
| YUV | 93.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 143 | 0.23 | 0.47 | 0 | 0.44 | 270.45 | 0.31 | 0.43 |
| Hex | 6E | 4C | 8F | 17 | 2F | 0 | 2C | 10E | 1F | 2B |
| Octal | 156 | 114 | 217 | 27 | 57 | 0 | 54 | 416 | 37 | 53 |
| Binary | 1101110 | 1001100 | 10001111 | 10111 | 101111 | 0 | 101100 | 100001110 | 11111 | 101011 |
Color Harmonies of #6E4C8F
Complementary color
Monochromatic Colors of #6E4C8F
Black with #6E4C8F
Text Example
Text Example
White with #6E4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4C8F; }
p { color: rgb(110,76,143); }
H1.HeaderClassName
{
color: #6E4C8F;
}
.AnyTagClassName
{
color: #6E4C8F;
}
</style>
background-color css
<style>
a { background-color: #6E4C8F; }
a { background-color: rgb(110,76,143); }
div.DivClassName
{
background-color: #6E4C8F;
}
.BgClassName
{
background-color: #6E4C8F;
}
</style>
border-color css
<style>
span { border-color: #6E4C8F; }
span { border-color: rgb(110,76,143); }
td.TdClassName
{
border-color: #6E4C8F;
}
.TagClassName
{
border-color: #6E4C8F;
}
</style>