Shades of Studio #6A47AB
Tints of Studio #6A47AB
RGB
CMYK
RGB Variations
Color information
#6A47AB (or 0x6A47AB) is known color: Studio. HEX triplet: 6A, 47 and AB. RGB value is (106,71,171). Sum of RGB (Red+Green+Blue) = 106+71+171=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A47AB is #95B854. Grayscale: #5C5C5C. Windows color (decimal): -9812053 or 11224938. OLE color: 11224938.
HSL color Cylindrical-coordinate representation of color #6A47AB: hue angle of 261º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A47AB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 71 | 171 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.33 |
| HSL | 261º | 0.41% | 0.47% | - |
| HSV(B) | 261º | 0.58% | 0.67% | - |
| XYZ | 15.55 | 10.51 | 39.74 | - |
| YUV | 92.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 171 | 0.38 | 0.58 | 0 | 0.33 | 261 | 0.41 | 0.47 |
| Hex | 6A | 47 | AB | 26 | 3A | 0 | 21 | 105 | 29 | 2F |
| Octal | 152 | 107 | 253 | 46 | 72 | 0 | 41 | 405 | 51 | 57 |
| Binary | 1101010 | 1000111 | 10101011 | 100110 | 111010 | 0 | 100001 | 100000101 | 101001 | 101111 |
Color Harmonies of #6A47AB
Complementary color
Monochromatic Colors of #6A47AB
Black with #6A47AB
Text Example
Text Example
White with #6A47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A47AB; }
p { color: rgb(106,71,171); }
H1.HeaderClassName
{
color: #6A47AB;
}
.AnyTagClassName
{
color: #6A47AB;
}
</style>
background-color css
<style>
a { background-color: #6A47AB; }
a { background-color: rgb(106,71,171); }
div.DivClassName
{
background-color: #6A47AB;
}
.BgClassName
{
background-color: #6A47AB;
}
</style>
border-color css
<style>
span { border-color: #6A47AB; }
span { border-color: rgb(106,71,171); }
td.TdClassName
{
border-color: #6A47AB;
}
.TagClassName
{
border-color: #6A47AB;
}
</style>