Shades of Studio #6A4A93
Tints of Studio #6A4A93
RGB
CMYK
RGB Variations
Color information
#6A4A93 (or 0x6A4A93) is known color: Studio. HEX triplet: 6A, 4A and 93. RGB value is (106,74,147). Sum of RGB (Red+Green+Blue) = 106+74+147=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4A93 is #95B56C. Grayscale: #5B5B5B. Windows color (decimal): -9811309 or 9652842. OLE color: 9652842.
HSL color Cylindrical-coordinate representation of color #6A4A93: hue angle of 266.3º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A4A93 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 74 | 147 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.42 |
| HSL | 266.3º | 0.33% | 0.43% | - |
| HSV(B) | 266.3º | 0.5% | 0.58% | - |
| XYZ | 13.66 | 10.07 | 28.83 | - |
| YUV | 91.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 147 | 0.28 | 0.50 | 0 | 0.42 | 266.3 | 0.33 | 0.43 |
| Hex | 6A | 4A | 93 | 1C | 32 | 0 | 2A | 10A | 21 | 2B |
| Octal | 152 | 112 | 223 | 34 | 62 | 0 | 52 | 412 | 41 | 53 |
| Binary | 1101010 | 1001010 | 10010011 | 11100 | 110010 | 0 | 101010 | 100001010 | 100001 | 101011 |
Color Harmonies of #6A4A93
Complementary color
Monochromatic Colors of #6A4A93
Black with #6A4A93
Text Example
Text Example
White with #6A4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A93; }
p { color: rgb(106,74,147); }
H1.HeaderClassName
{
color: #6A4A93;
}
.AnyTagClassName
{
color: #6A4A93;
}
</style>
background-color css
<style>
a { background-color: #6A4A93; }
a { background-color: rgb(106,74,147); }
div.DivClassName
{
background-color: #6A4A93;
}
.BgClassName
{
background-color: #6A4A93;
}
</style>
border-color css
<style>
span { border-color: #6A4A93; }
span { border-color: rgb(106,74,147); }
td.TdClassName
{
border-color: #6A4A93;
}
.TagClassName
{
border-color: #6A4A93;
}
</style>