Shades of Studio #6E48B2
Tints of Studio #6E48B2
RGB
CMYK
RGB Variations
Color information
#6E48B2 (or 0x6E48B2) is known color: Studio. HEX triplet: 6E, 48 and B2. RGB value is (110,72,178). Sum of RGB (Red+Green+Blue) = 110+72+178=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E48B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E48B2 is #91B74D. Grayscale: #5F5F5F. Windows color (decimal): -9549646 or 11683950. OLE color: 11683950.
HSL color Cylindrical-coordinate representation of color #6E48B2: hue angle of 261.51º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E48B2 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 72 | 178 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.30 |
| HSL | 261.51º | 0.42% | 0.49% | - |
| HSV(B) | 261.51º | 0.6% | 0.7% | - |
| XYZ | 16.78 | 11.16 | 43.39 | - |
| YUV | 95.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 178 | 0.38 | 0.60 | 0 | 0.30 | 261.51 | 0.42 | 0.49 |
| Hex | 6E | 48 | B2 | 26 | 3C | 0 | 1E | 106 | 2A | 31 |
| Octal | 156 | 110 | 262 | 46 | 74 | 0 | 36 | 406 | 52 | 61 |
| Binary | 1101110 | 1001000 | 10110010 | 100110 | 111100 | 0 | 11110 | 100000110 | 101010 | 110001 |
Color Harmonies of #6E48B2
Complementary color
Monochromatic Colors of #6E48B2
Black with #6E48B2
Text Example
Text Example
White with #6E48B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48B2; }
p { color: rgb(110,72,178); }
H1.HeaderClassName
{
color: #6E48B2;
}
.AnyTagClassName
{
color: #6E48B2;
}
</style>
background-color css
<style>
a { background-color: #6E48B2; }
a { background-color: rgb(110,72,178); }
div.DivClassName
{
background-color: #6E48B2;
}
.BgClassName
{
background-color: #6E48B2;
}
</style>
border-color css
<style>
span { border-color: #6E48B2; }
span { border-color: rgb(110,72,178); }
td.TdClassName
{
border-color: #6E48B2;
}
.TagClassName
{
border-color: #6E48B2;
}
</style>