Shades of Studio #6C48AC
Tints of Studio #6C48AC
RGB
CMYK
RGB Variations
Color information
#6C48AC (or 0x6C48AC) is known color: Studio. HEX triplet: 6C, 48 and AC. RGB value is (108,72,172). Sum of RGB (Red+Green+Blue) = 108+72+172=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C48AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C48AC is #93B753. Grayscale: #5D5D5D. Windows color (decimal): -9680724 or 11290732. OLE color: 11290732.
HSL color Cylindrical-coordinate representation of color #6C48AC: hue angle of 261.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C48AC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 72 | 172 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.33 |
| HSL | 261.6º | 0.41% | 0.48% | - |
| HSV(B) | 261.6º | 0.58% | 0.67% | - |
| XYZ | 15.95 | 10.8 | 40.27 | - |
| YUV | 94.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 172 | 0.37 | 0.58 | 0 | 0.33 | 261.6 | 0.41 | 0.48 |
| Hex | 6C | 48 | AC | 25 | 3A | 0 | 21 | 106 | 29 | 30 |
| Octal | 154 | 110 | 254 | 45 | 72 | 0 | 41 | 406 | 51 | 60 |
| Binary | 1101100 | 1001000 | 10101100 | 100101 | 111010 | 0 | 100001 | 100000110 | 101001 | 110000 |
Color Harmonies of #6C48AC
Complementary color
Monochromatic Colors of #6C48AC
Black with #6C48AC
Text Example
Text Example
White with #6C48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C48AC; }
p { color: rgb(108,72,172); }
H1.HeaderClassName
{
color: #6C48AC;
}
.AnyTagClassName
{
color: #6C48AC;
}
</style>
background-color css
<style>
a { background-color: #6C48AC; }
a { background-color: rgb(108,72,172); }
div.DivClassName
{
background-color: #6C48AC;
}
.BgClassName
{
background-color: #6C48AC;
}
</style>
border-color css
<style>
span { border-color: #6C48AC; }
span { border-color: rgb(108,72,172); }
td.TdClassName
{
border-color: #6C48AC;
}
.TagClassName
{
border-color: #6C48AC;
}
</style>