Shades of Blue Marguerite #6951BA
Tints of Blue Marguerite #6951BA
RGB
CMYK
RGB Variations
Color information
#6951BA (or 0x6951BA) is known color: Blue Marguerite. HEX triplet: 69, 51 and BA. RGB value is (105,81,186). Sum of RGB (Red+Green+Blue) = 105+81+186=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6951BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951BA is #96AE45. Grayscale: #636363. Windows color (decimal): -9875014 or 12210537. OLE color: 12210537.
HSL color Cylindrical-coordinate representation of color #6951BA: hue angle of 253.71º 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 #6951BA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 81 | 186 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.27 |
| HSL | 253.71º | 0.43% | 0.52% | - |
| HSV(B) | 253.71º | 0.56% | 0.73% | - |
| XYZ | 17.63 | 12.43 | 47.92 | - |
| YUV | 100.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 186 | 0.44 | 0.56 | 0 | 0.27 | 253.71 | 0.43 | 0.52 |
| Hex | 69 | 51 | BA | 2C | 38 | 0 | 1B | FE | 2B | 34 |
| Octal | 151 | 121 | 272 | 54 | 70 | 0 | 33 | 376 | 53 | 64 |
| Binary | 1101001 | 1010001 | 10111010 | 101100 | 111000 | 0 | 11011 | 11111110 | 101011 | 110100 |
Color Harmonies of #6951BA
Complementary color
Monochromatic Colors of #6951BA
Black with #6951BA
Text Example
Text Example
White with #6951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951BA; }
p { color: rgb(105,81,186); }
H1.HeaderClassName
{
color: #6951BA;
}
.AnyTagClassName
{
color: #6951BA;
}
</style>
background-color css
<style>
a { background-color: #6951BA; }
a { background-color: rgb(105,81,186); }
div.DivClassName
{
background-color: #6951BA;
}
.BgClassName
{
background-color: #6951BA;
}
</style>
border-color css
<style>
span { border-color: #6951BA; }
span { border-color: rgb(105,81,186); }
td.TdClassName
{
border-color: #6951BA;
}
.TagClassName
{
border-color: #6951BA;
}
</style>