Shades of Studio #6C47A8
Tints of Studio #6C47A8
RGB
CMYK
RGB Variations
Color information
#6C47A8 (or 0x6C47A8) is known color: Studio. HEX triplet: 6C, 47 and A8. RGB value is (108,71,168). Sum of RGB (Red+Green+Blue) = 108+71+168=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #6C47A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C47A8 is #93B857. Grayscale: #5C5C5C. Windows color (decimal): -9680984 or 11028332. OLE color: 11028332.
HSL color Cylindrical-coordinate representation of color #6C47A8: hue angle of 262.89º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C47A8 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 71 | 168 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.34 |
| HSL | 262.89º | 0.41% | 0.47% | - |
| HSV(B) | 262.89º | 0.58% | 0.66% | - |
| XYZ | 15.51 | 10.52 | 38.26 | - |
| YUV | 93.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 168 | 0.36 | 0.58 | 0 | 0.34 | 262.89 | 0.41 | 0.47 |
| Hex | 6C | 47 | A8 | 24 | 3A | 0 | 22 | 107 | 29 | 2F |
| Octal | 154 | 107 | 250 | 44 | 72 | 0 | 42 | 407 | 51 | 57 |
| Binary | 1101100 | 1000111 | 10101000 | 100100 | 111010 | 0 | 100010 | 100000111 | 101001 | 101111 |
Color Harmonies of #6C47A8
Complementary color
Monochromatic Colors of #6C47A8
Black with #6C47A8
Text Example
Text Example
White with #6C47A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47A8; }
p { color: rgb(108,71,168); }
H1.HeaderClassName
{
color: #6C47A8;
}
.AnyTagClassName
{
color: #6C47A8;
}
</style>
background-color css
<style>
a { background-color: #6C47A8; }
a { background-color: rgb(108,71,168); }
div.DivClassName
{
background-color: #6C47A8;
}
.BgClassName
{
background-color: #6C47A8;
}
</style>
border-color css
<style>
span { border-color: #6C47A8; }
span { border-color: rgb(108,71,168); }
td.TdClassName
{
border-color: #6C47A8;
}
.TagClassName
{
border-color: #6C47A8;
}
</style>