Shades of Blue Marguerite #6856BB
Tints of Blue Marguerite #6856BB
RGB
CMYK
RGB Variations
Color information
#6856BB (or 0x6856BB) is known color: Blue Marguerite. HEX triplet: 68, 56 and BB. RGB value is (104,86,187). Sum of RGB (Red+Green+Blue) = 104+86+187=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #6856BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856BB is #97A944. Grayscale: #666666. Windows color (decimal): -9939269 or 12277352. OLE color: 12277352.
HSL color Cylindrical-coordinate representation of color #6856BB: hue angle of 250.69º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6856BB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 86 | 187 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.27 |
| HSL | 250.69º | 0.43% | 0.54% | - |
| HSV(B) | 250.69º | 0.54% | 0.73% | - |
| XYZ | 18.01 | 13.19 | 48.61 | - |
| YUV | 102.9 | 175.46 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 187 | 0.44 | 0.54 | 0 | 0.27 | 250.69 | 0.43 | 0.54 |
| Hex | 68 | 56 | BB | 2C | 36 | 0 | 1B | FB | 2B | 36 |
| Octal | 150 | 126 | 273 | 54 | 66 | 0 | 33 | 373 | 53 | 66 |
| Binary | 1101000 | 1010110 | 10111011 | 101100 | 110110 | 0 | 11011 | 11111011 | 101011 | 110110 |
Color Harmonies of #6856BB
Complementary color
Monochromatic Colors of #6856BB
Black with #6856BB
Text Example
Text Example
White with #6856BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6856BB; }
p { color: rgb(104,86,187); }
H1.HeaderClassName
{
color: #6856BB;
}
.AnyTagClassName
{
color: #6856BB;
}
</style>
background-color css
<style>
a { background-color: #6856BB; }
a { background-color: rgb(104,86,187); }
div.DivClassName
{
background-color: #6856BB;
}
.BgClassName
{
background-color: #6856BB;
}
</style>
border-color css
<style>
span { border-color: #6856BB; }
span { border-color: rgb(104,86,187); }
td.TdClassName
{
border-color: #6856BB;
}
.TagClassName
{
border-color: #6856BB;
}
</style>