Shades of Blue Marguerite #6D4DBA
Tints of Blue Marguerite #6D4DBA
RGB
CMYK
RGB Variations
Color information
#6D4DBA (or 0x6D4DBA) is known color: Blue Marguerite. HEX triplet: 6D, 4D and BA. RGB value is (109,77,186). Sum of RGB (Red+Green+Blue) = 109+77+186=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DBA is #92B245. Grayscale: #626262. Windows color (decimal): -9613894 or 12209517. OLE color: 12209517.
HSL color Cylindrical-coordinate representation of color #6D4DBA: hue angle of 257.61º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4DBA is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 77 | 186 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.27 |
| HSL | 257.61º | 0.44% | 0.52% | - |
| HSV(B) | 257.61º | 0.59% | 0.73% | - |
| XYZ | 17.82 | 12.1 | 47.85 | - |
| YUV | 98.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 186 | 0.41 | 0.59 | 0 | 0.27 | 257.61 | 0.44 | 0.52 |
| Hex | 6D | 4D | BA | 29 | 3B | 0 | 1B | 102 | 2C | 34 |
| Octal | 155 | 115 | 272 | 51 | 73 | 0 | 33 | 402 | 54 | 64 |
| Binary | 1101101 | 1001101 | 10111010 | 101001 | 111011 | 0 | 11011 | 100000010 | 101100 | 110100 |
Color Harmonies of #6D4DBA
Complementary color
Monochromatic Colors of #6D4DBA
Black with #6D4DBA
Text Example
Text Example
White with #6D4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DBA; }
p { color: rgb(109,77,186); }
H1.HeaderClassName
{
color: #6D4DBA;
}
.AnyTagClassName
{
color: #6D4DBA;
}
</style>
background-color css
<style>
a { background-color: #6D4DBA; }
a { background-color: rgb(109,77,186); }
div.DivClassName
{
background-color: #6D4DBA;
}
.BgClassName
{
background-color: #6D4DBA;
}
</style>
border-color css
<style>
span { border-color: #6D4DBA; }
span { border-color: rgb(109,77,186); }
td.TdClassName
{
border-color: #6D4DBA;
}
.TagClassName
{
border-color: #6D4DBA;
}
</style>