Shades of Blue Marguerite #6747BB
Tints of Blue Marguerite #6747BB
RGB
CMYK
RGB Variations
Color information
#6747BB (or 0x6747BB) is known color: Blue Marguerite. HEX triplet: 67, 47 and BB. RGB value is (103,71,187). Sum of RGB (Red+Green+Blue) = 103+71+187=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #6747BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6747BB is #98B844. Grayscale: #5D5D5D. Windows color (decimal): -10008645 or 12273511. OLE color: 12273511.
HSL color Cylindrical-coordinate representation of color #6747BB: hue angle of 256.55º 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 #6747BB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 71 | 187 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.27 |
| HSL | 256.55º | 0.46% | 0.51% | - |
| HSV(B) | 256.55º | 0.62% | 0.73% | - |
| XYZ | 16.82 | 10.98 | 48.25 | - |
| YUV | 93.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 187 | 0.45 | 0.62 | 0 | 0.27 | 256.55 | 0.46 | 0.51 |
| Hex | 67 | 47 | BB | 2D | 3E | 0 | 1B | 101 | 2E | 33 |
| Octal | 147 | 107 | 273 | 55 | 76 | 0 | 33 | 401 | 56 | 63 |
| Binary | 1100111 | 1000111 | 10111011 | 101101 | 111110 | 0 | 11011 | 100000001 | 101110 | 110011 |
Color Harmonies of #6747BB
Complementary color
Monochromatic Colors of #6747BB
Black with #6747BB
Text Example
Text Example
White with #6747BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6747BB; }
p { color: rgb(103,71,187); }
H1.HeaderClassName
{
color: #6747BB;
}
.AnyTagClassName
{
color: #6747BB;
}
</style>
background-color css
<style>
a { background-color: #6747BB; }
a { background-color: rgb(103,71,187); }
div.DivClassName
{
background-color: #6747BB;
}
.BgClassName
{
background-color: #6747BB;
}
</style>
border-color css
<style>
span { border-color: #6747BB; }
span { border-color: rgb(103,71,187); }
td.TdClassName
{
border-color: #6747BB;
}
.TagClassName
{
border-color: #6747BB;
}
</style>