Shades of Studio #6C47AB
Tints of Studio #6C47AB
RGB
CMYK
RGB Variations
Color information
#6C47AB (or 0x6C47AB) is known color: Studio. HEX triplet: 6C, 47 and AB. RGB value is (108,71,171). Sum of RGB (Red+Green+Blue) = 108+71+171=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C47AB is #93B854. Grayscale: #5D5D5D. Windows color (decimal): -9680981 or 11224940. OLE color: 11224940.
HSL color Cylindrical-coordinate representation of color #6C47AB: hue angle of 262.2º 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 #6C47AB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 71 | 171 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.33 |
| HSL | 262.2º | 0.41% | 0.47% | - |
| HSV(B) | 262.2º | 0.58% | 0.67% | - |
| XYZ | 15.79 | 10.63 | 39.75 | - |
| YUV | 93.46 | 171.76 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 171 | 0.37 | 0.58 | 0 | 0.33 | 262.2 | 0.41 | 0.47 |
| Hex | 6C | 47 | AB | 25 | 3A | 0 | 21 | 106 | 29 | 2F |
| Octal | 154 | 107 | 253 | 45 | 72 | 0 | 41 | 406 | 51 | 57 |
| Binary | 1101100 | 1000111 | 10101011 | 100101 | 111010 | 0 | 100001 | 100000110 | 101001 | 101111 |
Color Harmonies of #6C47AB
Complementary color
Monochromatic Colors of #6C47AB
Black with #6C47AB
Text Example
Text Example
White with #6C47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47AB; }
p { color: rgb(108,71,171); }
H1.HeaderClassName
{
color: #6C47AB;
}
.AnyTagClassName
{
color: #6C47AB;
}
</style>
background-color css
<style>
a { background-color: #6C47AB; }
a { background-color: rgb(108,71,171); }
div.DivClassName
{
background-color: #6C47AB;
}
.BgClassName
{
background-color: #6C47AB;
}
</style>
border-color css
<style>
span { border-color: #6C47AB; }
span { border-color: rgb(108,71,171); }
td.TdClassName
{
border-color: #6C47AB;
}
.TagClassName
{
border-color: #6C47AB;
}
</style>