Shades of Blue Marguerite #6958BB
Tints of Blue Marguerite #6958BB
RGB
CMYK
RGB Variations
Color information
#6958BB (or 0x6958BB) is known color: Blue Marguerite. HEX triplet: 69, 58 and BB. RGB value is (105,88,187). Sum of RGB (Red+Green+Blue) = 105+88+187=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6958BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958BB is #96A744. Grayscale: #676767. Windows color (decimal): -9873221 or 12277865. OLE color: 12277865.
HSL color Cylindrical-coordinate representation of color #6958BB: hue angle of 250.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6958BB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 88 | 187 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.27 |
| HSL | 250.3º | 0.42% | 0.54% | - |
| HSV(B) | 250.3º | 0.53% | 0.73% | - |
| XYZ | 18.29 | 13.57 | 48.67 | - |
| YUV | 104.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 187 | 0.44 | 0.53 | 0 | 0.27 | 250.3 | 0.42 | 0.54 |
| Hex | 69 | 58 | BB | 2C | 35 | 0 | 1B | FA | 2A | 36 |
| Octal | 151 | 130 | 273 | 54 | 65 | 0 | 33 | 372 | 52 | 66 |
| Binary | 1101001 | 1011000 | 10111011 | 101100 | 110101 | 0 | 11011 | 11111010 | 101010 | 110110 |
Color Harmonies of #6958BB
Complementary color
Monochromatic Colors of #6958BB
Black with #6958BB
Text Example
Text Example
White with #6958BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958BB; }
p { color: rgb(105,88,187); }
H1.HeaderClassName
{
color: #6958BB;
}
.AnyTagClassName
{
color: #6958BB;
}
</style>
background-color css
<style>
a { background-color: #6958BB; }
a { background-color: rgb(105,88,187); }
div.DivClassName
{
background-color: #6958BB;
}
.BgClassName
{
background-color: #6958BB;
}
</style>
border-color css
<style>
span { border-color: #6958BB; }
span { border-color: rgb(105,88,187); }
td.TdClassName
{
border-color: #6958BB;
}
.TagClassName
{
border-color: #6958BB;
}
</style>