Shades of Blue Marguerite #6950BB
Tints of Blue Marguerite #6950BB
RGB
CMYK
RGB Variations
Color information
#6950BB (or 0x6950BB) is known color: Blue Marguerite. HEX triplet: 69, 50 and BB. RGB value is (105,80,187). Sum of RGB (Red+Green+Blue) = 105+80+187=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #6950BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950BB is #96AF44. Grayscale: #636363. Windows color (decimal): -9875269 or 12275817. OLE color: 12275817.
HSL color Cylindrical-coordinate representation of color #6950BB: hue angle of 254.02º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6950BB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 80 | 187 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.27 |
| HSL | 254.02º | 0.44% | 0.52% | - |
| HSV(B) | 254.02º | 0.57% | 0.73% | - |
| XYZ | 17.66 | 12.33 | 48.46 | - |
| YUV | 99.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 80 | 187 | 0.44 | 0.57 | 0 | 0.27 | 254.02 | 0.44 | 0.52 |
| Hex | 69 | 50 | BB | 2C | 39 | 0 | 1B | FE | 2C | 34 |
| Octal | 151 | 120 | 273 | 54 | 71 | 0 | 33 | 376 | 54 | 64 |
| Binary | 1101001 | 1010000 | 10111011 | 101100 | 111001 | 0 | 11011 | 11111110 | 101100 | 110100 |
Color Harmonies of #6950BB
Complementary color
Monochromatic Colors of #6950BB
Black with #6950BB
Text Example
Text Example
White with #6950BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6950BB; }
p { color: rgb(105,80,187); }
H1.HeaderClassName
{
color: #6950BB;
}
.AnyTagClassName
{
color: #6950BB;
}
</style>
background-color css
<style>
a { background-color: #6950BB; }
a { background-color: rgb(105,80,187); }
div.DivClassName
{
background-color: #6950BB;
}
.BgClassName
{
background-color: #6950BB;
}
</style>
border-color css
<style>
span { border-color: #6950BB; }
span { border-color: rgb(105,80,187); }
td.TdClassName
{
border-color: #6950BB;
}
.TagClassName
{
border-color: #6950BB;
}
</style>