Shades of Studio #6C48B3
Tints of Studio #6C48B3
RGB
CMYK
RGB Variations
Color information
#6C48B3 (or 0x6C48B3) is known color: Studio. HEX triplet: 6C, 48 and B3. RGB value is (108,72,179). Sum of RGB (Red+Green+Blue) = 108+72+179=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C48B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48B3 is #93B74C. Grayscale: #5E5E5E. Windows color (decimal): -9680717 or 11749484. OLE color: 11749484.
HSL color Cylindrical-coordinate representation of color #6C48B3: hue angle of 260.19º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C48B3 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 72 | 179 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.30 |
| HSL | 260.19º | 0.43% | 0.49% | - |
| HSV(B) | 260.19º | 0.6% | 0.7% | - |
| XYZ | 16.64 | 11.08 | 43.91 | - |
| YUV | 94.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 179 | 0.40 | 0.60 | 0 | 0.30 | 260.19 | 0.43 | 0.49 |
| Hex | 6C | 48 | B3 | 28 | 3C | 0 | 1E | 104 | 2B | 31 |
| Octal | 154 | 110 | 263 | 50 | 74 | 0 | 36 | 404 | 53 | 61 |
| Binary | 1101100 | 1001000 | 10110011 | 101000 | 111100 | 0 | 11110 | 100000100 | 101011 | 110001 |
Color Harmonies of #6C48B3
Complementary color
Monochromatic Colors of #6C48B3
Black with #6C48B3
Text Example
Text Example
White with #6C48B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C48B3; }
p { color: rgb(108,72,179); }
H1.HeaderClassName
{
color: #6C48B3;
}
.AnyTagClassName
{
color: #6C48B3;
}
</style>
background-color css
<style>
a { background-color: #6C48B3; }
a { background-color: rgb(108,72,179); }
div.DivClassName
{
background-color: #6C48B3;
}
.BgClassName
{
background-color: #6C48B3;
}
</style>
border-color css
<style>
span { border-color: #6C48B3; }
span { border-color: rgb(108,72,179); }
td.TdClassName
{
border-color: #6C48B3;
}
.TagClassName
{
border-color: #6C48B3;
}
</style>