Shades of Blue Marguerite #6D4CBD
Tints of Blue Marguerite #6D4CBD
RGB
CMYK
RGB Variations
Color information
#6D4CBD (or 0x6D4CBD) is known color: Blue Marguerite. HEX triplet: 6D, 4C and BD. RGB value is (109,76,189). Sum of RGB (Red+Green+Blue) = 109+76+189=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 76 (30.08% from 255 or 20.32% 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 #6D4CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CBD is #92B342. Grayscale: #626262. Windows color (decimal): -9614147 or 12405869. OLE color: 12405869.
HSL color Cylindrical-coordinate representation of color #6D4CBD: hue angle of 257.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4CBD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 76 | 189 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.26 |
| HSL | 257.52º | 0.46% | 0.52% | - |
| HSV(B) | 257.52º | 0.6% | 0.74% | - |
| XYZ | 18.08 | 12.09 | 49.53 | - |
| YUV | 98.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 189 | 0.42 | 0.60 | 0 | 0.26 | 257.52 | 0.46 | 0.52 |
| Hex | 6D | 4C | BD | 2A | 3C | 0 | 1A | 102 | 2E | 34 |
| Octal | 155 | 114 | 275 | 52 | 74 | 0 | 32 | 402 | 56 | 64 |
| Binary | 1101101 | 1001100 | 10111101 | 101010 | 111100 | 0 | 11010 | 100000010 | 101110 | 110100 |
Color Harmonies of #6D4CBD
Complementary color
Monochromatic Colors of #6D4CBD
Black with #6D4CBD
Text Example
Text Example
White with #6D4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CBD; }
p { color: rgb(109,76,189); }
H1.HeaderClassName
{
color: #6D4CBD;
}
.AnyTagClassName
{
color: #6D4CBD;
}
</style>
background-color css
<style>
a { background-color: #6D4CBD; }
a { background-color: rgb(109,76,189); }
div.DivClassName
{
background-color: #6D4CBD;
}
.BgClassName
{
background-color: #6D4CBD;
}
</style>
border-color css
<style>
span { border-color: #6D4CBD; }
span { border-color: rgb(109,76,189); }
td.TdClassName
{
border-color: #6D4CBD;
}
.TagClassName
{
border-color: #6D4CBD;
}
</style>