Shades of Studio #6D4BAE
Tints of Studio #6D4BAE
RGB
CMYK
RGB Variations
Color information
#6D4BAE (or 0x6D4BAE) is known color: Studio. HEX triplet: 6D, 4B and AE. RGB value is (109,75,174). Sum of RGB (Red+Green+Blue) = 109+75+174=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4BAE is #92B451. Grayscale: #606060. Windows color (decimal): -9614418 or 11422573. OLE color: 11422573.
HSL color Cylindrical-coordinate representation of color #6D4BAE: hue angle of 260.61º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4BAE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 75 | 174 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.32 |
| HSL | 260.61º | 0.4% | 0.49% | - |
| HSV(B) | 260.61º | 0.57% | 0.68% | - |
| XYZ | 16.46 | 11.34 | 41.37 | - |
| YUV | 96.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 174 | 0.37 | 0.57 | 0 | 0.32 | 260.61 | 0.4 | 0.49 |
| Hex | 6D | 4B | AE | 25 | 39 | 0 | 20 | 105 | 28 | 31 |
| Octal | 155 | 113 | 256 | 45 | 71 | 0 | 40 | 405 | 50 | 61 |
| Binary | 1101101 | 1001011 | 10101110 | 100101 | 111001 | 0 | 100000 | 100000101 | 101000 | 110001 |
Color Harmonies of #6D4BAE
Complementary color
Monochromatic Colors of #6D4BAE
Black with #6D4BAE
Text Example
Text Example
White with #6D4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4BAE; }
p { color: rgb(109,75,174); }
H1.HeaderClassName
{
color: #6D4BAE;
}
.AnyTagClassName
{
color: #6D4BAE;
}
</style>
background-color css
<style>
a { background-color: #6D4BAE; }
a { background-color: rgb(109,75,174); }
div.DivClassName
{
background-color: #6D4BAE;
}
.BgClassName
{
background-color: #6D4BAE;
}
</style>
border-color css
<style>
span { border-color: #6D4BAE; }
span { border-color: rgb(109,75,174); }
td.TdClassName
{
border-color: #6D4BAE;
}
.TagClassName
{
border-color: #6D4BAE;
}
</style>