Shades of Blue Marguerite #6859BC
Tints of Blue Marguerite #6859BC
RGB
CMYK
RGB Variations
Color information
#6859BC (or 0x6859BC) is known color: Blue Marguerite. HEX triplet: 68, 59 and BC. RGB value is (104,89,188). Sum of RGB (Red+Green+Blue) = 104+89+188=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #6859BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859BC is #97A643. Grayscale: #686868. Windows color (decimal): -9938500 or 12343656. OLE color: 12343656.
HSL color Cylindrical-coordinate representation of color #6859BC: hue angle of 249.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6859BC is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 89 | 188 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.26 |
| HSL | 249.09º | 0.42% | 0.54% | - |
| HSV(B) | 249.09º | 0.53% | 0.74% | - |
| XYZ | 18.36 | 13.72 | 49.26 | - |
| YUV | 104.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 188 | 0.45 | 0.53 | 0 | 0.26 | 249.09 | 0.42 | 0.54 |
| Hex | 68 | 59 | BC | 2D | 35 | 0 | 1A | F9 | 2A | 36 |
| Octal | 150 | 131 | 274 | 55 | 65 | 0 | 32 | 371 | 52 | 66 |
| Binary | 1101000 | 1011001 | 10111100 | 101101 | 110101 | 0 | 11010 | 11111001 | 101010 | 110110 |
Color Harmonies of #6859BC
Complementary color
Monochromatic Colors of #6859BC
Black with #6859BC
Text Example
Text Example
White with #6859BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859BC; }
p { color: rgb(104,89,188); }
H1.HeaderClassName
{
color: #6859BC;
}
.AnyTagClassName
{
color: #6859BC;
}
</style>
background-color css
<style>
a { background-color: #6859BC; }
a { background-color: rgb(104,89,188); }
div.DivClassName
{
background-color: #6859BC;
}
.BgClassName
{
background-color: #6859BC;
}
</style>
border-color css
<style>
span { border-color: #6859BC; }
span { border-color: rgb(104,89,188); }
td.TdClassName
{
border-color: #6859BC;
}
.TagClassName
{
border-color: #6859BC;
}
</style>