Shades of Blue Marguerite #6D46BA
Tints of Blue Marguerite #6D46BA
RGB
CMYK
RGB Variations
Color information
#6D46BA (or 0x6D46BA) is known color: Blue Marguerite. HEX triplet: 6D, 46 and BA. RGB value is (109,70,186). Sum of RGB (Red+Green+Blue) = 109+70+186=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D46BA is #92B945. Grayscale: #5E5E5E. Windows color (decimal): -9615686 or 12207725. OLE color: 12207725.
HSL color Cylindrical-coordinate representation of color #6D46BA: hue angle of 260.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D46BA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 70 | 186 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.27 |
| HSL | 260.17º | 0.46% | 0.5% | - |
| HSV(B) | 260.17º | 0.62% | 0.73% | - |
| XYZ | 17.36 | 11.18 | 47.7 | - |
| YUV | 94.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 186 | 0.41 | 0.62 | 0 | 0.27 | 260.17 | 0.46 | 0.5 |
| Hex | 6D | 46 | BA | 29 | 3E | 0 | 1B | 104 | 2E | 32 |
| Octal | 155 | 106 | 272 | 51 | 76 | 0 | 33 | 404 | 56 | 62 |
| Binary | 1101101 | 1000110 | 10111010 | 101001 | 111110 | 0 | 11011 | 100000100 | 101110 | 110010 |
Color Harmonies of #6D46BA
Complementary color
Monochromatic Colors of #6D46BA
Black with #6D46BA
Text Example
Text Example
White with #6D46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D46BA; }
p { color: rgb(109,70,186); }
H1.HeaderClassName
{
color: #6D46BA;
}
.AnyTagClassName
{
color: #6D46BA;
}
</style>
background-color css
<style>
a { background-color: #6D46BA; }
a { background-color: rgb(109,70,186); }
div.DivClassName
{
background-color: #6D46BA;
}
.BgClassName
{
background-color: #6D46BA;
}
</style>
border-color css
<style>
span { border-color: #6D46BA; }
span { border-color: rgb(109,70,186); }
td.TdClassName
{
border-color: #6D46BA;
}
.TagClassName
{
border-color: #6D46BA;
}
</style>