Shades of Blue Marguerite #6856BD
Tints of Blue Marguerite #6856BD
RGB
CMYK
RGB Variations
Color information
#6856BD (or 0x6856BD) is known color: Blue Marguerite. HEX triplet: 68, 56 and BD. RGB value is (104,86,189). Sum of RGB (Red+Green+Blue) = 104+86+189=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6856BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856BD is #97A942. Grayscale: #666666. Windows color (decimal): -9939267 or 12408424. OLE color: 12408424.
HSL color Cylindrical-coordinate representation of color #6856BD: hue angle of 250.49º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6856BD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 86 | 189 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.26 |
| HSL | 250.49º | 0.44% | 0.54% | - |
| HSV(B) | 250.49º | 0.54% | 0.74% | - |
| XYZ | 18.22 | 13.27 | 49.75 | - |
| YUV | 103.12 | 176.46 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 189 | 0.45 | 0.54 | 0 | 0.26 | 250.49 | 0.44 | 0.54 |
| Hex | 68 | 56 | BD | 2D | 36 | 0 | 1A | FA | 2C | 36 |
| Octal | 150 | 126 | 275 | 55 | 66 | 0 | 32 | 372 | 54 | 66 |
| Binary | 1101000 | 1010110 | 10111101 | 101101 | 110110 | 0 | 11010 | 11111010 | 101100 | 110110 |
Color Harmonies of #6856BD
Complementary color
Monochromatic Colors of #6856BD
Black with #6856BD
Text Example
Text Example
White with #6856BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856BD; }
p { color: rgb(104,86,189); }
H1.HeaderClassName
{
color: #6856BD;
}
.AnyTagClassName
{
color: #6856BD;
}
</style>
background-color css
<style>
a { background-color: #6856BD; }
a { background-color: rgb(104,86,189); }
div.DivClassName
{
background-color: #6856BD;
}
.BgClassName
{
background-color: #6856BD;
}
</style>
border-color css
<style>
span { border-color: #6856BD; }
span { border-color: rgb(104,86,189); }
td.TdClassName
{
border-color: #6856BD;
}
.TagClassName
{
border-color: #6856BD;
}
</style>