Shades of Studio #6D47B4
Tints of Studio #6D47B4
RGB
CMYK
RGB Variations
Color information
#6D47B4 (or 0x6D47B4) is known color: Studio. HEX triplet: 6D, 47 and B4. RGB value is (109,71,180). Sum of RGB (Red+Green+Blue) = 109+71+180=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D47B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47B4 is #92B84B. Grayscale: #5E5E5E. Windows color (decimal): -9615436 or 11814765. OLE color: 11814765.
HSL color Cylindrical-coordinate representation of color #6D47B4: hue angle of 260.92º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D47B4 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 71 | 180 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.29 |
| HSL | 260.92º | 0.43% | 0.49% | - |
| HSV(B) | 260.92º | 0.61% | 0.71% | - |
| XYZ | 16.8 | 11.05 | 44.43 | - |
| YUV | 94.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 180 | 0.39 | 0.61 | 0 | 0.29 | 260.92 | 0.43 | 0.49 |
| Hex | 6D | 47 | B4 | 27 | 3D | 0 | 1D | 105 | 2B | 31 |
| Octal | 155 | 107 | 264 | 47 | 75 | 0 | 35 | 405 | 53 | 61 |
| Binary | 1101101 | 1000111 | 10110100 | 100111 | 111101 | 0 | 11101 | 100000101 | 101011 | 110001 |
Color Harmonies of #6D47B4
Complementary color
Monochromatic Colors of #6D47B4
Black with #6D47B4
Text Example
Text Example
White with #6D47B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D47B4; }
p { color: rgb(109,71,180); }
H1.HeaderClassName
{
color: #6D47B4;
}
.AnyTagClassName
{
color: #6D47B4;
}
</style>
background-color css
<style>
a { background-color: #6D47B4; }
a { background-color: rgb(109,71,180); }
div.DivClassName
{
background-color: #6D47B4;
}
.BgClassName
{
background-color: #6D47B4;
}
</style>
border-color css
<style>
span { border-color: #6D47B4; }
span { border-color: rgb(109,71,180); }
td.TdClassName
{
border-color: #6D47B4;
}
.TagClassName
{
border-color: #6D47B4;
}
</style>