Shades of Studio #6E52A3
Tints of Studio #6E52A3
RGB
CMYK
RGB Variations
Color information
#6E52A3 (or 0x6E52A3) is known color: Studio. HEX triplet: 6E, 52 and A3. RGB value is (110,82,163). Sum of RGB (Red+Green+Blue) = 110+82+163=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E52A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E52A3 is #91AD5C. Grayscale: #636363. Windows color (decimal): -9547101 or 10703470. OLE color: 10703470.
HSL color Cylindrical-coordinate representation of color #6E52A3: hue angle of 260.74º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E52A3 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 82 | 163 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.36 |
| HSL | 260.74º | 0.33% | 0.48% | - |
| HSV(B) | 260.74º | 0.5% | 0.64% | - |
| XYZ | 16.06 | 11.99 | 36.12 | - |
| YUV | 99.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 163 | 0.33 | 0.50 | 0 | 0.36 | 260.74 | 0.33 | 0.48 |
| Hex | 6E | 52 | A3 | 21 | 32 | 0 | 24 | 105 | 21 | 30 |
| Octal | 156 | 122 | 243 | 41 | 62 | 0 | 44 | 405 | 41 | 60 |
| Binary | 1101110 | 1010010 | 10100011 | 100001 | 110010 | 0 | 100100 | 100000101 | 100001 | 110000 |
Color Harmonies of #6E52A3
Complementary color
Monochromatic Colors of #6E52A3
Black with #6E52A3
Text Example
Text Example
White with #6E52A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E52A3; }
p { color: rgb(110,82,163); }
H1.HeaderClassName
{
color: #6E52A3;
}
.AnyTagClassName
{
color: #6E52A3;
}
</style>
background-color css
<style>
a { background-color: #6E52A3; }
a { background-color: rgb(110,82,163); }
div.DivClassName
{
background-color: #6E52A3;
}
.BgClassName
{
background-color: #6E52A3;
}
</style>
border-color css
<style>
span { border-color: #6E52A3; }
span { border-color: rgb(110,82,163); }
td.TdClassName
{
border-color: #6E52A3;
}
.TagClassName
{
border-color: #6E52A3;
}
</style>