Shades of Studio #6C4AA0
Tints of Studio #6C4AA0
RGB
CMYK
RGB Variations
Color information
#6C4AA0 (or 0x6C4AA0) is known color: Studio. HEX triplet: 6C, 4A and A0. RGB value is (108,74,160). Sum of RGB (Red+Green+Blue) = 108+74+160=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C4AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4AA0 is #93B55F. Grayscale: #5D5D5D. Windows color (decimal): -9680224 or 10504812. OLE color: 10504812.
HSL color Cylindrical-coordinate representation of color #6C4AA0: hue angle of 263.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C4AA0 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 74 | 160 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.37 |
| HSL | 263.72º | 0.37% | 0.46% | - |
| HSV(B) | 263.72º | 0.54% | 0.63% | - |
| XYZ | 14.98 | 10.62 | 34.52 | - |
| YUV | 93.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 160 | 0.32 | 0.54 | 0 | 0.37 | 263.72 | 0.37 | 0.46 |
| Hex | 6C | 4A | A0 | 20 | 36 | 0 | 25 | 108 | 25 | 2E |
| Octal | 154 | 112 | 240 | 40 | 66 | 0 | 45 | 410 | 45 | 56 |
| Binary | 1101100 | 1001010 | 10100000 | 100000 | 110110 | 0 | 100101 | 100001000 | 100101 | 101110 |
Color Harmonies of #6C4AA0
Complementary color
Monochromatic Colors of #6C4AA0
Black with #6C4AA0
Text Example
Text Example
White with #6C4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4AA0; }
p { color: rgb(108,74,160); }
H1.HeaderClassName
{
color: #6C4AA0;
}
.AnyTagClassName
{
color: #6C4AA0;
}
</style>
background-color css
<style>
a { background-color: #6C4AA0; }
a { background-color: rgb(108,74,160); }
div.DivClassName
{
background-color: #6C4AA0;
}
.BgClassName
{
background-color: #6C4AA0;
}
</style>
border-color css
<style>
span { border-color: #6C4AA0; }
span { border-color: rgb(108,74,160); }
td.TdClassName
{
border-color: #6C4AA0;
}
.TagClassName
{
border-color: #6C4AA0;
}
</style>