Shades of Blue Marguerite #6847BF
Tints of Blue Marguerite #6847BF
RGB
CMYK
RGB Variations
Color information
#6847BF (or 0x6847BF) is known color: Blue Marguerite. HEX triplet: 68, 47 and BF. RGB value is (104,71,191). Sum of RGB (Red+Green+Blue) = 104+71+191=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6847BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6847BF is #97B840. Grayscale: #5E5E5E. Windows color (decimal): -9943105 or 12535656. OLE color: 12535656.
HSL color Cylindrical-coordinate representation of color #6847BF: hue angle of 256.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6847BF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 71 | 191 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.25 |
| HSL | 256.5º | 0.48% | 0.51% | - |
| HSV(B) | 256.5º | 0.63% | 0.75% | - |
| XYZ | 17.37 | 11.21 | 50.54 | - |
| YUV | 94.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 191 | 0.46 | 0.63 | 0 | 0.25 | 256.5 | 0.48 | 0.51 |
| Hex | 68 | 47 | BF | 2E | 3F | 0 | 19 | 100 | 30 | 33 |
| Octal | 150 | 107 | 277 | 56 | 77 | 0 | 31 | 400 | 60 | 63 |
| Binary | 1101000 | 1000111 | 10111111 | 101110 | 111111 | 0 | 11001 | 100000000 | 110000 | 110011 |
Color Harmonies of #6847BF
Complementary color
Monochromatic Colors of #6847BF
Black with #6847BF
Text Example
Text Example
White with #6847BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6847BF; }
p { color: rgb(104,71,191); }
H1.HeaderClassName
{
color: #6847BF;
}
.AnyTagClassName
{
color: #6847BF;
}
</style>
background-color css
<style>
a { background-color: #6847BF; }
a { background-color: rgb(104,71,191); }
div.DivClassName
{
background-color: #6847BF;
}
.BgClassName
{
background-color: #6847BF;
}
</style>
border-color css
<style>
span { border-color: #6847BF; }
span { border-color: rgb(104,71,191); }
td.TdClassName
{
border-color: #6847BF;
}
.TagClassName
{
border-color: #6847BF;
}
</style>