Shades of Studio #6E4B9D
Tints of Studio #6E4B9D
RGB
CMYK
RGB Variations
Color information
#6E4B9D (or 0x6E4B9D) is known color: Studio. HEX triplet: 6E, 4B and 9D. RGB value is (110,75,157). Sum of RGB (Red+Green+Blue) = 110+75+157=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E4B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4B9D is #91B462. Grayscale: #5E5E5E. Windows color (decimal): -9548899 or 10308462. OLE color: 10308462.
HSL color Cylindrical-coordinate representation of color #6E4B9D: hue angle of 265.61º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E4B9D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 75 | 157 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.38 |
| HSL | 265.61º | 0.35% | 0.45% | - |
| HSV(B) | 265.61º | 0.52% | 0.62% | - |
| XYZ | 15.03 | 10.78 | 33.19 | - |
| YUV | 94.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 157 | 0.30 | 0.52 | 0 | 0.38 | 265.61 | 0.35 | 0.45 |
| Hex | 6E | 4B | 9D | 1E | 34 | 0 | 26 | 10A | 23 | 2D |
| Octal | 156 | 113 | 235 | 36 | 64 | 0 | 46 | 412 | 43 | 55 |
| Binary | 1101110 | 1001011 | 10011101 | 11110 | 110100 | 0 | 100110 | 100001010 | 100011 | 101101 |
Color Harmonies of #6E4B9D
Complementary color
Monochromatic Colors of #6E4B9D
Black with #6E4B9D
Text Example
Text Example
White with #6E4B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4B9D; }
p { color: rgb(110,75,157); }
H1.HeaderClassName
{
color: #6E4B9D;
}
.AnyTagClassName
{
color: #6E4B9D;
}
</style>
background-color css
<style>
a { background-color: #6E4B9D; }
a { background-color: rgb(110,75,157); }
div.DivClassName
{
background-color: #6E4B9D;
}
.BgClassName
{
background-color: #6E4B9D;
}
</style>
border-color css
<style>
span { border-color: #6E4B9D; }
span { border-color: rgb(110,75,157); }
td.TdClassName
{
border-color: #6E4B9D;
}
.TagClassName
{
border-color: #6E4B9D;
}
</style>