Shades of Studio #6E559B
Tints of Studio #6E559B
RGB
CMYK
RGB Variations
Color information
#6E559B (or 0x6E559B) is known color: Studio. HEX triplet: 6E, 55 and 9B. RGB value is (110,85,155). Sum of RGB (Red+Green+Blue) = 110+85+155=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E559B is #91AA64. Grayscale: #646464. Windows color (decimal): -9546341 or 10179950. OLE color: 10179950.
HSL color Cylindrical-coordinate representation of color #6E559B: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E559B is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 85 | 155 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.39 |
| HSL | 261.43º | 0.29% | 0.47% | - |
| HSV(B) | 261.43º | 0.45% | 0.61% | - |
| XYZ | 15.6 | 12.18 | 32.54 | - |
| YUV | 100.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 155 | 0.29 | 0.45 | 0 | 0.39 | 261.43 | 0.29 | 0.47 |
| Hex | 6E | 55 | 9B | 1D | 2D | 0 | 27 | 105 | 1D | 2F |
| Octal | 156 | 125 | 233 | 35 | 55 | 0 | 47 | 405 | 35 | 57 |
| Binary | 1101110 | 1010101 | 10011011 | 11101 | 101101 | 0 | 100111 | 100000101 | 11101 | 101111 |
Color Harmonies of #6E559B
Complementary color
Monochromatic Colors of #6E559B
Black with #6E559B
Text Example
Text Example
White with #6E559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E559B; }
p { color: rgb(110,85,155); }
H1.HeaderClassName
{
color: #6E559B;
}
.AnyTagClassName
{
color: #6E559B;
}
</style>
background-color css
<style>
a { background-color: #6E559B; }
a { background-color: rgb(110,85,155); }
div.DivClassName
{
background-color: #6E559B;
}
.BgClassName
{
background-color: #6E559B;
}
</style>
border-color css
<style>
span { border-color: #6E559B; }
span { border-color: rgb(110,85,155); }
td.TdClassName
{
border-color: #6E559B;
}
.TagClassName
{
border-color: #6E559B;
}
</style>