Shades of Blue Marguerite #6756BD
Tints of Blue Marguerite #6756BD
RGB
CMYK
RGB Variations
Color information
#6756BD (or 0x6756BD) is known color: Blue Marguerite. HEX triplet: 67, 56 and BD. RGB value is (103,86,189). Sum of RGB (Red+Green+Blue) = 103+86+189=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #6756BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6756BD is #98A942. Grayscale: #666666. Windows color (decimal): -10004803 or 12408423. OLE color: 12408423.
HSL color Cylindrical-coordinate representation of color #6756BD: hue angle of 249.9º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6756BD is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 86 | 189 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.26 |
| HSL | 249.9º | 0.44% | 0.54% | - |
| HSV(B) | 249.9º | 0.54% | 0.74% | - |
| XYZ | 18.11 | 13.21 | 49.74 | - |
| YUV | 102.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 189 | 0.46 | 0.54 | 0 | 0.26 | 249.9 | 0.44 | 0.54 |
| Hex | 67 | 56 | BD | 2E | 36 | 0 | 1A | FA | 2C | 36 |
| Octal | 147 | 126 | 275 | 56 | 66 | 0 | 32 | 372 | 54 | 66 |
| Binary | 1100111 | 1010110 | 10111101 | 101110 | 110110 | 0 | 11010 | 11111010 | 101100 | 110110 |
Color Harmonies of #6756BD
Complementary color
Monochromatic Colors of #6756BD
Black with #6756BD
Text Example
Text Example
White with #6756BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756BD; }
p { color: rgb(103,86,189); }
H1.HeaderClassName
{
color: #6756BD;
}
.AnyTagClassName
{
color: #6756BD;
}
</style>
background-color css
<style>
a { background-color: #6756BD; }
a { background-color: rgb(103,86,189); }
div.DivClassName
{
background-color: #6756BD;
}
.BgClassName
{
background-color: #6756BD;
}
</style>
border-color css
<style>
span { border-color: #6756BD; }
span { border-color: rgb(103,86,189); }
td.TdClassName
{
border-color: #6756BD;
}
.TagClassName
{
border-color: #6756BD;
}
</style>