Shades of Studio #6B48AC
Tints of Studio #6B48AC
RGB
CMYK
RGB Variations
Color information
#6B48AC (or 0x6B48AC) is known color: Studio. HEX triplet: 6B, 48 and AC. RGB value is (107,72,172). Sum of RGB (Red+Green+Blue) = 107+72+172=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B48AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B48AC is #94B753. Grayscale: #5D5D5D. Windows color (decimal): -9746260 or 11290731. OLE color: 11290731.
HSL color Cylindrical-coordinate representation of color #6B48AC: hue angle of 261º 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 #6B48AC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 72 | 172 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.33 |
| HSL | 261º | 0.41% | 0.48% | - |
| HSV(B) | 261º | 0.58% | 0.67% | - |
| XYZ | 15.83 | 10.74 | 40.27 | - |
| YUV | 93.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 172 | 0.38 | 0.58 | 0 | 0.33 | 261 | 0.41 | 0.48 |
| Hex | 6B | 48 | AC | 26 | 3A | 0 | 21 | 105 | 29 | 30 |
| Octal | 153 | 110 | 254 | 46 | 72 | 0 | 41 | 405 | 51 | 60 |
| Binary | 1101011 | 1001000 | 10101100 | 100110 | 111010 | 0 | 100001 | 100000101 | 101001 | 110000 |
Color Harmonies of #6B48AC
Complementary color
Monochromatic Colors of #6B48AC
Black with #6B48AC
Text Example
Text Example
White with #6B48AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B48AC; }
p { color: rgb(107,72,172); }
H1.HeaderClassName
{
color: #6B48AC;
}
.AnyTagClassName
{
color: #6B48AC;
}
</style>
background-color css
<style>
a { background-color: #6B48AC; }
a { background-color: rgb(107,72,172); }
div.DivClassName
{
background-color: #6B48AC;
}
.BgClassName
{
background-color: #6B48AC;
}
</style>
border-color css
<style>
span { border-color: #6B48AC; }
span { border-color: rgb(107,72,172); }
td.TdClassName
{
border-color: #6B48AC;
}
.TagClassName
{
border-color: #6B48AC;
}
</style>