Shades of Blue Marguerite #6851BA
Tints of Blue Marguerite #6851BA
RGB
CMYK
RGB Variations
Color information
#6851BA (or 0x6851BA) is known color: Blue Marguerite. HEX triplet: 68, 51 and BA. RGB value is (104,81,186). Sum of RGB (Red+Green+Blue) = 104+81+186=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6851BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851BA is #97AE45. Grayscale: #636363. Windows color (decimal): -9940550 or 12210536. OLE color: 12210536.
HSL color Cylindrical-coordinate representation of color #6851BA: hue angle of 253.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6851BA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 81 | 186 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.27 |
| HSL | 253.14º | 0.43% | 0.52% | - |
| HSV(B) | 253.14º | 0.56% | 0.73% | - |
| XYZ | 17.51 | 12.37 | 47.92 | - |
| YUV | 99.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 186 | 0.44 | 0.56 | 0 | 0.27 | 253.14 | 0.43 | 0.52 |
| Hex | 68 | 51 | BA | 2C | 38 | 0 | 1B | FD | 2B | 34 |
| Octal | 150 | 121 | 272 | 54 | 70 | 0 | 33 | 375 | 53 | 64 |
| Binary | 1101000 | 1010001 | 10111010 | 101100 | 111000 | 0 | 11011 | 11111101 | 101011 | 110100 |
Color Harmonies of #6851BA
Complementary color
Monochromatic Colors of #6851BA
Black with #6851BA
Text Example
Text Example
White with #6851BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851BA; }
p { color: rgb(104,81,186); }
H1.HeaderClassName
{
color: #6851BA;
}
.AnyTagClassName
{
color: #6851BA;
}
</style>
background-color css
<style>
a { background-color: #6851BA; }
a { background-color: rgb(104,81,186); }
div.DivClassName
{
background-color: #6851BA;
}
.BgClassName
{
background-color: #6851BA;
}
</style>
border-color css
<style>
span { border-color: #6851BA; }
span { border-color: rgb(104,81,186); }
td.TdClassName
{
border-color: #6851BA;
}
.TagClassName
{
border-color: #6851BA;
}
</style>