Shades of Blue Marguerite #6859B2
Tints of Blue Marguerite #6859B2
RGB
CMYK
RGB Variations
Color information
#6859B2 (or 0x6859B2) is known color: Blue Marguerite. HEX triplet: 68, 59 and B2. RGB value is (104,89,178). Sum of RGB (Red+Green+Blue) = 104+89+178=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #6859B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6859B2 is #97A64D. Grayscale: #676767. Windows color (decimal): -9938510 or 11688296. OLE color: 11688296.
HSL color Cylindrical-coordinate representation of color #6859B2: hue angle of 250.11º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6859B2 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 89 | 178 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.30 |
| HSL | 250.11º | 0.37% | 0.52% | - |
| HSV(B) | 250.11º | 0.5% | 0.7% | - |
| XYZ | 17.32 | 13.3 | 43.77 | - |
| YUV | 103.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 178 | 0.42 | 0.5 | 0 | 0.30 | 250.11 | 0.37 | 0.52 |
| Hex | 68 | 59 | B2 | 2A | 32 | 0 | 1E | FA | 25 | 34 |
| Octal | 150 | 131 | 262 | 52 | 62 | 0 | 36 | 372 | 45 | 64 |
| Binary | 1101000 | 1011001 | 10110010 | 101010 | 110010 | 0 | 11110 | 11111010 | 100101 | 110100 |
Color Harmonies of #6859B2
Complementary color
Monochromatic Colors of #6859B2
Black with #6859B2
Text Example
Text Example
White with #6859B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6859B2; }
p { color: rgb(104,89,178); }
H1.HeaderClassName
{
color: #6859B2;
}
.AnyTagClassName
{
color: #6859B2;
}
</style>
background-color css
<style>
a { background-color: #6859B2; }
a { background-color: rgb(104,89,178); }
div.DivClassName
{
background-color: #6859B2;
}
.BgClassName
{
background-color: #6859B2;
}
</style>
border-color css
<style>
span { border-color: #6859B2; }
span { border-color: rgb(104,89,178); }
td.TdClassName
{
border-color: #6859B2;
}
.TagClassName
{
border-color: #6859B2;
}
</style>