Shades of Studio #6A49A9
Tints of Studio #6A49A9
RGB
CMYK
RGB Variations
Color information
#6A49A9 (or 0x6A49A9) is known color: Studio. HEX triplet: 6A, 49 and A9. RGB value is (106,73,169). Sum of RGB (Red+Green+Blue) = 106+73+169=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A49A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A49A9 is #95B656. Grayscale: #5D5D5D. Windows color (decimal): -9811543 or 11094378. OLE color: 11094378.
HSL color Cylindrical-coordinate representation of color #6A49A9: hue angle of 260.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A49A9 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 73 | 169 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.34 |
| HSL | 260.63º | 0.4% | 0.47% | - |
| HSV(B) | 260.63º | 0.57% | 0.66% | - |
| XYZ | 15.49 | 10.69 | 38.78 | - |
| YUV | 93.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 169 | 0.37 | 0.57 | 0 | 0.34 | 260.63 | 0.4 | 0.47 |
| Hex | 6A | 49 | A9 | 25 | 39 | 0 | 22 | 105 | 28 | 2F |
| Octal | 152 | 111 | 251 | 45 | 71 | 0 | 42 | 405 | 50 | 57 |
| Binary | 1101010 | 1001001 | 10101001 | 100101 | 111001 | 0 | 100010 | 100000101 | 101000 | 101111 |
Color Harmonies of #6A49A9
Complementary color
Monochromatic Colors of #6A49A9
Black with #6A49A9
Text Example
Text Example
White with #6A49A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A49A9; }
p { color: rgb(106,73,169); }
H1.HeaderClassName
{
color: #6A49A9;
}
.AnyTagClassName
{
color: #6A49A9;
}
</style>
background-color css
<style>
a { background-color: #6A49A9; }
a { background-color: rgb(106,73,169); }
div.DivClassName
{
background-color: #6A49A9;
}
.BgClassName
{
background-color: #6A49A9;
}
</style>
border-color css
<style>
span { border-color: #6A49A9; }
span { border-color: rgb(106,73,169); }
td.TdClassName
{
border-color: #6A49A9;
}
.TagClassName
{
border-color: #6A49A9;
}
</style>