Shades of Studio #6A4A96
Tints of Studio #6A4A96
RGB
CMYK
RGB Variations
Color information
#6A4A96 (or 0x6A4A96) is known color: Studio. HEX triplet: 6A, 4A and 96. RGB value is (106,74,150). Sum of RGB (Red+Green+Blue) = 106+74+150=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A4A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4A96 is #95B569. Grayscale: #5B5B5B. Windows color (decimal): -9811306 or 9849450. OLE color: 9849450.
HSL color Cylindrical-coordinate representation of color #6A4A96: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A4A96 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 74 | 150 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.41 |
| HSL | 265.26º | 0.34% | 0.44% | - |
| HSV(B) | 265.26º | 0.51% | 0.59% | - |
| XYZ | 13.9 | 10.16 | 30.08 | - |
| YUV | 92.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 150 | 0.29 | 0.51 | 0 | 0.41 | 265.26 | 0.34 | 0.44 |
| Hex | 6A | 4A | 96 | 1D | 33 | 0 | 29 | 109 | 22 | 2C |
| Octal | 152 | 112 | 226 | 35 | 63 | 0 | 51 | 411 | 42 | 54 |
| Binary | 1101010 | 1001010 | 10010110 | 11101 | 110011 | 0 | 101001 | 100001001 | 100010 | 101100 |
Color Harmonies of #6A4A96
Complementary color
Monochromatic Colors of #6A4A96
Black with #6A4A96
Text Example
Text Example
White with #6A4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A96; }
p { color: rgb(106,74,150); }
H1.HeaderClassName
{
color: #6A4A96;
}
.AnyTagClassName
{
color: #6A4A96;
}
</style>
background-color css
<style>
a { background-color: #6A4A96; }
a { background-color: rgb(106,74,150); }
div.DivClassName
{
background-color: #6A4A96;
}
.BgClassName
{
background-color: #6A4A96;
}
</style>
border-color css
<style>
span { border-color: #6A4A96; }
span { border-color: rgb(106,74,150); }
td.TdClassName
{
border-color: #6A4A96;
}
.TagClassName
{
border-color: #6A4A96;
}
</style>