Shades of Blue Marguerite #6D4DB5
Tints of Blue Marguerite #6D4DB5
RGB
CMYK
RGB Variations
Color information
#6D4DB5 (or 0x6D4DB5) is known color: Blue Marguerite. HEX triplet: 6D, 4D and B5. RGB value is (109,77,181). Sum of RGB (Red+Green+Blue) = 109+77+181=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D4DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DB5 is #92B24A. Grayscale: #626262. Windows color (decimal): -9613899 or 11881837. OLE color: 11881837.
HSL color Cylindrical-coordinate representation of color #6D4DB5: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4DB5 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 77 | 181 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.29 |
| HSL | 258.46º | 0.41% | 0.51% | - |
| HSV(B) | 258.46º | 0.57% | 0.71% | - |
| XYZ | 17.3 | 11.9 | 45.1 | - |
| YUV | 98.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 181 | 0.40 | 0.57 | 0 | 0.29 | 258.46 | 0.41 | 0.51 |
| Hex | 6D | 4D | B5 | 28 | 39 | 0 | 1D | 102 | 29 | 33 |
| Octal | 155 | 115 | 265 | 50 | 71 | 0 | 35 | 402 | 51 | 63 |
| Binary | 1101101 | 1001101 | 10110101 | 101000 | 111001 | 0 | 11101 | 100000010 | 101001 | 110011 |
Color Harmonies of #6D4DB5
Complementary color
Monochromatic Colors of #6D4DB5
Black with #6D4DB5
Text Example
Text Example
White with #6D4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DB5; }
p { color: rgb(109,77,181); }
H1.HeaderClassName
{
color: #6D4DB5;
}
.AnyTagClassName
{
color: #6D4DB5;
}
</style>
background-color css
<style>
a { background-color: #6D4DB5; }
a { background-color: rgb(109,77,181); }
div.DivClassName
{
background-color: #6D4DB5;
}
.BgClassName
{
background-color: #6D4DB5;
}
</style>
border-color css
<style>
span { border-color: #6D4DB5; }
span { border-color: rgb(109,77,181); }
td.TdClassName
{
border-color: #6D4DB5;
}
.TagClassName
{
border-color: #6D4DB5;
}
</style>