Shades of Studio #6E529B
Tints of Studio #6E529B
RGB
CMYK
RGB Variations
Color information
#6E529B (or 0x6E529B) is known color: Studio. HEX triplet: 6E, 52 and 9B. RGB value is (110,82,155). Sum of RGB (Red+Green+Blue) = 110+82+155=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E529B is #91AD64. Grayscale: #626262. Windows color (decimal): -9547109 or 10179182. OLE color: 10179182.
HSL color Cylindrical-coordinate representation of color #6E529B: hue angle of 263.01º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E529B is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 82 | 155 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.39 |
| HSL | 263.01º | 0.31% | 0.46% | - |
| HSV(B) | 263.01º | 0.47% | 0.61% | - |
| XYZ | 15.36 | 11.72 | 32.46 | - |
| YUV | 98.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 155 | 0.29 | 0.47 | 0 | 0.39 | 263.01 | 0.31 | 0.46 |
| Hex | 6E | 52 | 9B | 1D | 2F | 0 | 27 | 107 | 1F | 2E |
| Octal | 156 | 122 | 233 | 35 | 57 | 0 | 47 | 407 | 37 | 56 |
| Binary | 1101110 | 1010010 | 10011011 | 11101 | 101111 | 0 | 100111 | 100000111 | 11111 | 101110 |
Color Harmonies of #6E529B
Complementary color
Monochromatic Colors of #6E529B
Black with #6E529B
Text Example
Text Example
White with #6E529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E529B; }
p { color: rgb(110,82,155); }
H1.HeaderClassName
{
color: #6E529B;
}
.AnyTagClassName
{
color: #6E529B;
}
</style>
background-color css
<style>
a { background-color: #6E529B; }
a { background-color: rgb(110,82,155); }
div.DivClassName
{
background-color: #6E529B;
}
.BgClassName
{
background-color: #6E529B;
}
</style>
border-color css
<style>
span { border-color: #6E529B; }
span { border-color: rgb(110,82,155); }
td.TdClassName
{
border-color: #6E529B;
}
.TagClassName
{
border-color: #6E529B;
}
</style>