Shades of Studio #6E499D
Tints of Studio #6E499D
RGB
CMYK
RGB Variations
Color information
#6E499D (or 0x6E499D) is known color: Studio. HEX triplet: 6E, 49 and 9D. RGB value is (110,73,157). Sum of RGB (Red+Green+Blue) = 110+73+157=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E499D is #91B662. Grayscale: #5D5D5D. Windows color (decimal): -9549411 or 10307950. OLE color: 10307950.
HSL color Cylindrical-coordinate representation of color #6E499D: hue angle of 266.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E499D is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 73 | 157 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.38 |
| HSL | 266.43º | 0.37% | 0.45% | - |
| HSV(B) | 266.43º | 0.54% | 0.62% | - |
| XYZ | 14.9 | 10.51 | 33.14 | - |
| YUV | 93.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 157 | 0.30 | 0.54 | 0 | 0.38 | 266.43 | 0.37 | 0.45 |
| Hex | 6E | 49 | 9D | 1E | 36 | 0 | 26 | 10A | 25 | 2D |
| Octal | 156 | 111 | 235 | 36 | 66 | 0 | 46 | 412 | 45 | 55 |
| Binary | 1101110 | 1001001 | 10011101 | 11110 | 110110 | 0 | 100110 | 100001010 | 100101 | 101101 |
Color Harmonies of #6E499D
Complementary color
Monochromatic Colors of #6E499D
Black with #6E499D
Text Example
Text Example
White with #6E499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E499D; }
p { color: rgb(110,73,157); }
H1.HeaderClassName
{
color: #6E499D;
}
.AnyTagClassName
{
color: #6E499D;
}
</style>
background-color css
<style>
a { background-color: #6E499D; }
a { background-color: rgb(110,73,157); }
div.DivClassName
{
background-color: #6E499D;
}
.BgClassName
{
background-color: #6E499D;
}
</style>
border-color css
<style>
span { border-color: #6E499D; }
span { border-color: rgb(110,73,157); }
td.TdClassName
{
border-color: #6E499D;
}
.TagClassName
{
border-color: #6E499D;
}
</style>