Shades of Studio #6E539B
Tints of Studio #6E539B
RGB
CMYK
RGB Variations
Color information
#6E539B (or 0x6E539B) is known color: Studio. HEX triplet: 6E, 53 and 9B. RGB value is (110,83,155). Sum of RGB (Red+Green+Blue) = 110+83+155=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E539B is #91AC64. Grayscale: #636363. Windows color (decimal): -9546853 or 10179438. OLE color: 10179438.
HSL color Cylindrical-coordinate representation of color #6E539B: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E539B is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 83 | 155 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.39 |
| HSL | 262.5º | 0.3% | 0.47% | - |
| HSV(B) | 262.5º | 0.46% | 0.61% | - |
| XYZ | 15.44 | 11.87 | 32.49 | - |
| YUV | 99.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 155 | 0.29 | 0.46 | 0 | 0.39 | 262.5 | 0.3 | 0.47 |
| Hex | 6E | 53 | 9B | 1D | 2E | 0 | 27 | 106 | 1E | 2F |
| Octal | 156 | 123 | 233 | 35 | 56 | 0 | 47 | 406 | 36 | 57 |
| Binary | 1101110 | 1010011 | 10011011 | 11101 | 101110 | 0 | 100111 | 100000110 | 11110 | 101111 |
Color Harmonies of #6E539B
Complementary color
Monochromatic Colors of #6E539B
Black with #6E539B
Text Example
Text Example
White with #6E539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E539B; }
p { color: rgb(110,83,155); }
H1.HeaderClassName
{
color: #6E539B;
}
.AnyTagClassName
{
color: #6E539B;
}
</style>
background-color css
<style>
a { background-color: #6E539B; }
a { background-color: rgb(110,83,155); }
div.DivClassName
{
background-color: #6E539B;
}
.BgClassName
{
background-color: #6E539B;
}
</style>
border-color css
<style>
span { border-color: #6E539B; }
span { border-color: rgb(110,83,155); }
td.TdClassName
{
border-color: #6E539B;
}
.TagClassName
{
border-color: #6E539B;
}
</style>