Shades of Blue Marguerite #6947BB
Tints of Blue Marguerite #6947BB
RGB
CMYK
RGB Variations
Color information
#6947BB (or 0x6947BB) is known color: Blue Marguerite. HEX triplet: 69, 47 and BB. RGB value is (105,71,187). Sum of RGB (Red+Green+Blue) = 105+71+187=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #6947BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6947BB is #96B844. Grayscale: #5D5D5D. Windows color (decimal): -9877573 or 12273513. OLE color: 12273513.
HSL color Cylindrical-coordinate representation of color #6947BB: hue angle of 257.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6947BB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 71 | 187 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.27 |
| HSL | 257.59º | 0.46% | 0.51% | - |
| HSV(B) | 257.59º | 0.62% | 0.73% | - |
| XYZ | 17.05 | 11.1 | 48.26 | - |
| YUV | 94.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 187 | 0.44 | 0.62 | 0 | 0.27 | 257.59 | 0.46 | 0.51 |
| Hex | 69 | 47 | BB | 2C | 3E | 0 | 1B | 102 | 2E | 33 |
| Octal | 151 | 107 | 273 | 54 | 76 | 0 | 33 | 402 | 56 | 63 |
| Binary | 1101001 | 1000111 | 10111011 | 101100 | 111110 | 0 | 11011 | 100000010 | 101110 | 110011 |
Color Harmonies of #6947BB
Complementary color
Monochromatic Colors of #6947BB
Black with #6947BB
Text Example
Text Example
White with #6947BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6947BB; }
p { color: rgb(105,71,187); }
H1.HeaderClassName
{
color: #6947BB;
}
.AnyTagClassName
{
color: #6947BB;
}
</style>
background-color css
<style>
a { background-color: #6947BB; }
a { background-color: rgb(105,71,187); }
div.DivClassName
{
background-color: #6947BB;
}
.BgClassName
{
background-color: #6947BB;
}
</style>
border-color css
<style>
span { border-color: #6947BB; }
span { border-color: rgb(105,71,187); }
td.TdClassName
{
border-color: #6947BB;
}
.TagClassName
{
border-color: #6947BB;
}
</style>