Shades of Blue Marguerite #6959BB
Tints of Blue Marguerite #6959BB
RGB
CMYK
RGB Variations
Color information
#6959BB (or 0x6959BB) is known color: Blue Marguerite. HEX triplet: 69, 59 and BB. RGB value is (105,89,187). Sum of RGB (Red+Green+Blue) = 105+89+187=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #6959BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959BB is #96A644. Grayscale: #686868. Windows color (decimal): -9872965 or 12278121. OLE color: 12278121.
HSL color Cylindrical-coordinate representation of color #6959BB: hue angle of 249.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6959BB is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 89 | 187 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.27 |
| HSL | 249.8º | 0.42% | 0.54% | - |
| HSV(B) | 249.8º | 0.52% | 0.73% | - |
| XYZ | 18.37 | 13.74 | 48.7 | - |
| YUV | 104.96 | 174.3 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 187 | 0.44 | 0.52 | 0 | 0.27 | 249.8 | 0.42 | 0.54 |
| Hex | 69 | 59 | BB | 2C | 34 | 0 | 1B | FA | 2A | 36 |
| Octal | 151 | 131 | 273 | 54 | 64 | 0 | 33 | 372 | 52 | 66 |
| Binary | 1101001 | 1011001 | 10111011 | 101100 | 110100 | 0 | 11011 | 11111010 | 101010 | 110110 |
Color Harmonies of #6959BB
Complementary color
Monochromatic Colors of #6959BB
Black with #6959BB
Text Example
Text Example
White with #6959BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959BB; }
p { color: rgb(105,89,187); }
H1.HeaderClassName
{
color: #6959BB;
}
.AnyTagClassName
{
color: #6959BB;
}
</style>
background-color css
<style>
a { background-color: #6959BB; }
a { background-color: rgb(105,89,187); }
div.DivClassName
{
background-color: #6959BB;
}
.BgClassName
{
background-color: #6959BB;
}
</style>
border-color css
<style>
span { border-color: #6959BB; }
span { border-color: rgb(105,89,187); }
td.TdClassName
{
border-color: #6959BB;
}
.TagClassName
{
border-color: #6959BB;
}
</style>