Shades of Blue Marguerite #6851BB
Tints of Blue Marguerite #6851BB
RGB
CMYK
RGB Variations
Color information
#6851BB (or 0x6851BB) is known color: Blue Marguerite. HEX triplet: 68, 51 and BB. RGB value is (104,81,187). Sum of RGB (Red+Green+Blue) = 104+81+187=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #6851BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851BB is #97AE44. Grayscale: #636363. Windows color (decimal): -9940549 or 12276072. OLE color: 12276072.
HSL color Cylindrical-coordinate representation of color #6851BB: hue angle of 253.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6851BB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 81 | 187 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.27 |
| HSL | 253.02º | 0.44% | 0.53% | - |
| HSV(B) | 253.02º | 0.57% | 0.73% | - |
| XYZ | 17.62 | 12.42 | 48.48 | - |
| YUV | 99.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 187 | 0.44 | 0.57 | 0 | 0.27 | 253.02 | 0.44 | 0.53 |
| Hex | 68 | 51 | BB | 2C | 39 | 0 | 1B | FD | 2C | 35 |
| Octal | 150 | 121 | 273 | 54 | 71 | 0 | 33 | 375 | 54 | 65 |
| Binary | 1101000 | 1010001 | 10111011 | 101100 | 111001 | 0 | 11011 | 11111101 | 101100 | 110101 |
Color Harmonies of #6851BB
Complementary color
Monochromatic Colors of #6851BB
Black with #6851BB
Text Example
Text Example
White with #6851BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851BB; }
p { color: rgb(104,81,187); }
H1.HeaderClassName
{
color: #6851BB;
}
.AnyTagClassName
{
color: #6851BB;
}
</style>
background-color css
<style>
a { background-color: #6851BB; }
a { background-color: rgb(104,81,187); }
div.DivClassName
{
background-color: #6851BB;
}
.BgClassName
{
background-color: #6851BB;
}
</style>
border-color css
<style>
span { border-color: #6851BB; }
span { border-color: rgb(104,81,187); }
td.TdClassName
{
border-color: #6851BB;
}
.TagClassName
{
border-color: #6851BB;
}
</style>