Shades of Blue Marguerite #6958BD
Tints of Blue Marguerite #6958BD
RGB
CMYK
RGB Variations
Color information
#6958BD (or 0x6958BD) is known color: Blue Marguerite. HEX triplet: 69, 58 and BD. RGB value is (105,88,189). Sum of RGB (Red+Green+Blue) = 105+88+189=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #6958BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958BD is #96A742. Grayscale: #686868. Windows color (decimal): -9873219 or 12408937. OLE color: 12408937.
HSL color Cylindrical-coordinate representation of color #6958BD: hue angle of 250.1º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6958BD is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 88 | 189 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.26 |
| HSL | 250.1º | 0.43% | 0.54% | - |
| HSV(B) | 250.1º | 0.53% | 0.74% | - |
| XYZ | 18.5 | 13.66 | 49.81 | - |
| YUV | 104.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 189 | 0.44 | 0.53 | 0 | 0.26 | 250.1 | 0.43 | 0.54 |
| Hex | 69 | 58 | BD | 2C | 35 | 0 | 1A | FA | 2B | 36 |
| Octal | 151 | 130 | 275 | 54 | 65 | 0 | 32 | 372 | 53 | 66 |
| Binary | 1101001 | 1011000 | 10111101 | 101100 | 110101 | 0 | 11010 | 11111010 | 101011 | 110110 |
Color Harmonies of #6958BD
Complementary color
Monochromatic Colors of #6958BD
Black with #6958BD
Text Example
Text Example
White with #6958BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958BD; }
p { color: rgb(105,88,189); }
H1.HeaderClassName
{
color: #6958BD;
}
.AnyTagClassName
{
color: #6958BD;
}
</style>
background-color css
<style>
a { background-color: #6958BD; }
a { background-color: rgb(105,88,189); }
div.DivClassName
{
background-color: #6958BD;
}
.BgClassName
{
background-color: #6958BD;
}
</style>
border-color css
<style>
span { border-color: #6958BD; }
span { border-color: rgb(105,88,189); }
td.TdClassName
{
border-color: #6958BD;
}
.TagClassName
{
border-color: #6958BD;
}
</style>