Shades of Studio #6E469B
Tints of Studio #6E469B
RGB
CMYK
RGB Variations
Color information
#6E469B (or 0x6E469B) is known color: Studio. HEX triplet: 6E, 46 and 9B. RGB value is (110,70,155). Sum of RGB (Red+Green+Blue) = 110+70+155=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E469B is #91B964. Grayscale: #5B5B5B. Windows color (decimal): -9550181 or 10176110. OLE color: 10176110.
HSL color Cylindrical-coordinate representation of color #6E469B: hue angle of 268.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E469B is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 70 | 155 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.39 |
| HSL | 268.24º | 0.38% | 0.44% | - |
| HSV(B) | 268.24º | 0.55% | 0.61% | - |
| XYZ | 14.54 | 10.06 | 32.19 | - |
| YUV | 91.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 70 | 155 | 0.29 | 0.55 | 0 | 0.39 | 268.24 | 0.38 | 0.44 |
| Hex | 6E | 46 | 9B | 1D | 37 | 0 | 27 | 10C | 26 | 2C |
| Octal | 156 | 106 | 233 | 35 | 67 | 0 | 47 | 414 | 46 | 54 |
| Binary | 1101110 | 1000110 | 10011011 | 11101 | 110111 | 0 | 100111 | 100001100 | 100110 | 101100 |
Color Harmonies of #6E469B
Complementary color
Monochromatic Colors of #6E469B
Black with #6E469B
Text Example
Text Example
White with #6E469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E469B; }
p { color: rgb(110,70,155); }
H1.HeaderClassName
{
color: #6E469B;
}
.AnyTagClassName
{
color: #6E469B;
}
</style>
background-color css
<style>
a { background-color: #6E469B; }
a { background-color: rgb(110,70,155); }
div.DivClassName
{
background-color: #6E469B;
}
.BgClassName
{
background-color: #6E469B;
}
</style>
border-color css
<style>
span { border-color: #6E469B; }
span { border-color: rgb(110,70,155); }
td.TdClassName
{
border-color: #6E469B;
}
.TagClassName
{
border-color: #6E469B;
}
</style>