Shades of Blue Marguerite #6958BC
Tints of Blue Marguerite #6958BC
RGB
CMYK
RGB Variations
Color information
#6958BC (or 0x6958BC) is known color: Blue Marguerite. HEX triplet: 69, 58 and BC. RGB value is (105,88,188). Sum of RGB (Red+Green+Blue) = 105+88+188=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #6958BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958BC is #96A743. Grayscale: #686868. Windows color (decimal): -9873220 or 12343401. OLE color: 12343401.
HSL color Cylindrical-coordinate representation of color #6958BC: hue angle of 250.2º 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 #6958BC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 88 | 188 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.26 |
| HSL | 250.2º | 0.43% | 0.54% | - |
| HSV(B) | 250.2º | 0.53% | 0.74% | - |
| XYZ | 18.39 | 13.61 | 49.24 | - |
| YUV | 104.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 188 | 0.44 | 0.53 | 0 | 0.26 | 250.2 | 0.43 | 0.54 |
| Hex | 69 | 58 | BC | 2C | 35 | 0 | 1A | FA | 2B | 36 |
| Octal | 151 | 130 | 274 | 54 | 65 | 0 | 32 | 372 | 53 | 66 |
| Binary | 1101001 | 1011000 | 10111100 | 101100 | 110101 | 0 | 11010 | 11111010 | 101011 | 110110 |
Color Harmonies of #6958BC
Complementary color
Monochromatic Colors of #6958BC
Black with #6958BC
Text Example
Text Example
White with #6958BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958BC; }
p { color: rgb(105,88,188); }
H1.HeaderClassName
{
color: #6958BC;
}
.AnyTagClassName
{
color: #6958BC;
}
</style>
background-color css
<style>
a { background-color: #6958BC; }
a { background-color: rgb(105,88,188); }
div.DivClassName
{
background-color: #6958BC;
}
.BgClassName
{
background-color: #6958BC;
}
</style>
border-color css
<style>
span { border-color: #6958BC; }
span { border-color: rgb(105,88,188); }
td.TdClassName
{
border-color: #6958BC;
}
.TagClassName
{
border-color: #6958BC;
}
</style>