Shades of Blue Marguerite #6B46BA
Tints of Blue Marguerite #6B46BA
RGB
CMYK
RGB Variations
Color information
#6B46BA (or 0x6B46BA) is known color: Blue Marguerite. HEX triplet: 6B, 46 and BA. RGB value is (107,70,186). Sum of RGB (Red+Green+Blue) = 107+70+186=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B46BA is #94B945. Grayscale: #5D5D5D. Windows color (decimal): -9746758 or 12207723. OLE color: 12207723.
HSL color Cylindrical-coordinate representation of color #6B46BA: hue angle of 259.14º 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 #6B46BA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 70 | 186 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.27 |
| HSL | 259.14º | 0.46% | 0.5% | - |
| HSV(B) | 259.14º | 0.62% | 0.73% | - |
| XYZ | 17.12 | 11.05 | 47.69 | - |
| YUV | 94.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 186 | 0.42 | 0.62 | 0 | 0.27 | 259.14 | 0.46 | 0.5 |
| Hex | 6B | 46 | BA | 2A | 3E | 0 | 1B | 103 | 2E | 32 |
| Octal | 153 | 106 | 272 | 52 | 76 | 0 | 33 | 403 | 56 | 62 |
| Binary | 1101011 | 1000110 | 10111010 | 101010 | 111110 | 0 | 11011 | 100000011 | 101110 | 110010 |
Color Harmonies of #6B46BA
Complementary color
Monochromatic Colors of #6B46BA
Black with #6B46BA
Text Example
Text Example
White with #6B46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B46BA; }
p { color: rgb(107,70,186); }
H1.HeaderClassName
{
color: #6B46BA;
}
.AnyTagClassName
{
color: #6B46BA;
}
</style>
background-color css
<style>
a { background-color: #6B46BA; }
a { background-color: rgb(107,70,186); }
div.DivClassName
{
background-color: #6B46BA;
}
.BgClassName
{
background-color: #6B46BA;
}
</style>
border-color css
<style>
span { border-color: #6B46BA; }
span { border-color: rgb(107,70,186); }
td.TdClassName
{
border-color: #6B46BA;
}
.TagClassName
{
border-color: #6B46BA;
}
</style>