Shades of Blue Marguerite #6950BC
Tints of Blue Marguerite #6950BC
RGB
CMYK
RGB Variations
Color information
#6950BC (or 0x6950BC) is known color: Blue Marguerite. HEX triplet: 69, 50 and BC. RGB value is (105,80,188). Sum of RGB (Red+Green+Blue) = 105+80+188=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6950BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950BC is #96AF43. Grayscale: #636363. Windows color (decimal): -9875268 or 12341353. OLE color: 12341353.
HSL color Cylindrical-coordinate representation of color #6950BC: hue angle of 253.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6950BC is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 80 | 188 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.26 |
| HSL | 253.89º | 0.45% | 0.53% | - |
| HSV(B) | 253.89º | 0.57% | 0.74% | - |
| XYZ | 17.77 | 12.37 | 49.03 | - |
| YUV | 99.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 188 | 0.44 | 0.57 | 0 | 0.26 | 253.89 | 0.45 | 0.53 |
| Hex | 69 | 50 | BC | 2C | 39 | 0 | 1A | FE | 2D | 35 |
| Octal | 151 | 120 | 274 | 54 | 71 | 0 | 32 | 376 | 55 | 65 |
| Binary | 1101001 | 1010000 | 10111100 | 101100 | 111001 | 0 | 11010 | 11111110 | 101101 | 110101 |
Color Harmonies of #6950BC
Complementary color
Monochromatic Colors of #6950BC
Black with #6950BC
Text Example
Text Example
White with #6950BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950BC; }
p { color: rgb(105,80,188); }
H1.HeaderClassName
{
color: #6950BC;
}
.AnyTagClassName
{
color: #6950BC;
}
</style>
background-color css
<style>
a { background-color: #6950BC; }
a { background-color: rgb(105,80,188); }
div.DivClassName
{
background-color: #6950BC;
}
.BgClassName
{
background-color: #6950BC;
}
</style>
border-color css
<style>
span { border-color: #6950BC; }
span { border-color: rgb(105,80,188); }
td.TdClassName
{
border-color: #6950BC;
}
.TagClassName
{
border-color: #6950BC;
}
</style>