Shades of Blue Marguerite #6950BD
Tints of Blue Marguerite #6950BD
RGB
CMYK
RGB Variations
Color information
#6950BD (or 0x6950BD) is known color: Blue Marguerite. HEX triplet: 69, 50 and BD. RGB value is (105,80,189). Sum of RGB (Red+Green+Blue) = 105+80+189=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6950BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950BD is #96AF42. Grayscale: #636363. Windows color (decimal): -9875267 or 12406889. OLE color: 12406889.
HSL color Cylindrical-coordinate representation of color #6950BD: hue angle of 253.76º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6950BD is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 80 | 189 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.26 |
| HSL | 253.76º | 0.45% | 0.53% | - |
| HSV(B) | 253.76º | 0.58% | 0.74% | - |
| XYZ | 17.88 | 12.41 | 49.6 | - |
| YUV | 99.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 189 | 0.44 | 0.58 | 0 | 0.26 | 253.76 | 0.45 | 0.53 |
| Hex | 69 | 50 | BD | 2C | 3A | 0 | 1A | FE | 2D | 35 |
| Octal | 151 | 120 | 275 | 54 | 72 | 0 | 32 | 376 | 55 | 65 |
| Binary | 1101001 | 1010000 | 10111101 | 101100 | 111010 | 0 | 11010 | 11111110 | 101101 | 110101 |
Color Harmonies of #6950BD
Complementary color
Monochromatic Colors of #6950BD
Black with #6950BD
Text Example
Text Example
White with #6950BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950BD; }
p { color: rgb(105,80,189); }
H1.HeaderClassName
{
color: #6950BD;
}
.AnyTagClassName
{
color: #6950BD;
}
</style>
background-color css
<style>
a { background-color: #6950BD; }
a { background-color: rgb(105,80,189); }
div.DivClassName
{
background-color: #6950BD;
}
.BgClassName
{
background-color: #6950BD;
}
</style>
border-color css
<style>
span { border-color: #6950BD; }
span { border-color: rgb(105,80,189); }
td.TdClassName
{
border-color: #6950BD;
}
.TagClassName
{
border-color: #6950BD;
}
</style>