Shades of Studio #6E4FA2
Tints of Studio #6E4FA2
RGB
CMYK
RGB Variations
Color information
#6E4FA2 (or 0x6E4FA2) is known color: Studio. HEX triplet: 6E, 4F and A2. RGB value is (110,79,162). Sum of RGB (Red+Green+Blue) = 110+79+162=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #6E4FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4FA2 is #91B05D. Grayscale: #616161. Windows color (decimal): -9547870 or 10637166. OLE color: 10637166.
HSL color Cylindrical-coordinate representation of color #6E4FA2: hue angle of 262.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E4FA2 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 79 | 162 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.36 |
| HSL | 262.41º | 0.34% | 0.47% | - |
| HSV(B) | 262.41º | 0.51% | 0.64% | - |
| XYZ | 15.75 | 11.52 | 35.58 | - |
| YUV | 97.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 162 | 0.32 | 0.51 | 0 | 0.36 | 262.41 | 0.34 | 0.47 |
| Hex | 6E | 4F | A2 | 20 | 33 | 0 | 24 | 106 | 22 | 2F |
| Octal | 156 | 117 | 242 | 40 | 63 | 0 | 44 | 406 | 42 | 57 |
| Binary | 1101110 | 1001111 | 10100010 | 100000 | 110011 | 0 | 100100 | 100000110 | 100010 | 101111 |
Color Harmonies of #6E4FA2
Complementary color
Monochromatic Colors of #6E4FA2
Black with #6E4FA2
Text Example
Text Example
White with #6E4FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FA2; }
p { color: rgb(110,79,162); }
H1.HeaderClassName
{
color: #6E4FA2;
}
.AnyTagClassName
{
color: #6E4FA2;
}
</style>
background-color css
<style>
a { background-color: #6E4FA2; }
a { background-color: rgb(110,79,162); }
div.DivClassName
{
background-color: #6E4FA2;
}
.BgClassName
{
background-color: #6E4FA2;
}
</style>
border-color css
<style>
span { border-color: #6E4FA2; }
span { border-color: rgb(110,79,162); }
td.TdClassName
{
border-color: #6E4FA2;
}
.TagClassName
{
border-color: #6E4FA2;
}
</style>