Shades of Studio #6E48B4
Tints of Studio #6E48B4
RGB
CMYK
RGB Variations
Color information
#6E48B4 (or 0x6E48B4) is known color: Studio. HEX triplet: 6E, 48 and B4. RGB value is (110,72,180). Sum of RGB (Red+Green+Blue) = 110+72+180=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E48B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E48B4 is #91B74B. Grayscale: #5F5F5F. Windows color (decimal): -9549644 or 11815022. OLE color: 11815022.
HSL color Cylindrical-coordinate representation of color #6E48B4: hue angle of 261.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E48B4 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 72 | 180 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.29 |
| HSL | 261.11º | 0.43% | 0.49% | - |
| HSV(B) | 261.11º | 0.6% | 0.71% | - |
| XYZ | 16.99 | 11.25 | 44.46 | - |
| YUV | 95.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 180 | 0.39 | 0.60 | 0 | 0.29 | 261.11 | 0.43 | 0.49 |
| Hex | 6E | 48 | B4 | 27 | 3C | 0 | 1D | 105 | 2B | 31 |
| Octal | 156 | 110 | 264 | 47 | 74 | 0 | 35 | 405 | 53 | 61 |
| Binary | 1101110 | 1001000 | 10110100 | 100111 | 111100 | 0 | 11101 | 100000101 | 101011 | 110001 |
Color Harmonies of #6E48B4
Complementary color
Monochromatic Colors of #6E48B4
Black with #6E48B4
Text Example
Text Example
White with #6E48B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E48B4; }
p { color: rgb(110,72,180); }
H1.HeaderClassName
{
color: #6E48B4;
}
.AnyTagClassName
{
color: #6E48B4;
}
</style>
background-color css
<style>
a { background-color: #6E48B4; }
a { background-color: rgb(110,72,180); }
div.DivClassName
{
background-color: #6E48B4;
}
.BgClassName
{
background-color: #6E48B4;
}
</style>
border-color css
<style>
span { border-color: #6E48B4; }
span { border-color: rgb(110,72,180); }
td.TdClassName
{
border-color: #6E48B4;
}
.TagClassName
{
border-color: #6E48B4;
}
</style>