Shades of Blue Marguerite #6D4AB9
Tints of Blue Marguerite #6D4AB9
RGB
CMYK
RGB Variations
Color information
#6D4AB9 (or 0x6D4AB9) is known color: Blue Marguerite. HEX triplet: 6D, 4A and B9. RGB value is (109,74,185). Sum of RGB (Red+Green+Blue) = 109+74+185=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4AB9 is #92B546. Grayscale: #606060. Windows color (decimal): -9614663 or 12143213. OLE color: 12143213.
HSL color Cylindrical-coordinate representation of color #6D4AB9: hue angle of 258.92º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4AB9 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 74 | 185 | - |
| CMYK | 0.41 | 0.6 | 0 | 0.27 |
| HSL | 258.92º | 0.44% | 0.51% | - |
| HSV(B) | 258.92º | 0.6% | 0.73% | - |
| XYZ | 17.51 | 11.65 | 47.22 | - |
| YUV | 97.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 185 | 0.41 | 0.6 | 0 | 0.27 | 258.92 | 0.44 | 0.51 |
| Hex | 6D | 4A | B9 | 29 | 3C | 0 | 1B | 103 | 2C | 33 |
| Octal | 155 | 112 | 271 | 51 | 74 | 0 | 33 | 403 | 54 | 63 |
| Binary | 1101101 | 1001010 | 10111001 | 101001 | 111100 | 0 | 11011 | 100000011 | 101100 | 110011 |
Color Harmonies of #6D4AB9
Complementary color
Monochromatic Colors of #6D4AB9
Black with #6D4AB9
Text Example
Text Example
White with #6D4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AB9; }
p { color: rgb(109,74,185); }
H1.HeaderClassName
{
color: #6D4AB9;
}
.AnyTagClassName
{
color: #6D4AB9;
}
</style>
background-color css
<style>
a { background-color: #6D4AB9; }
a { background-color: rgb(109,74,185); }
div.DivClassName
{
background-color: #6D4AB9;
}
.BgClassName
{
background-color: #6D4AB9;
}
</style>
border-color css
<style>
span { border-color: #6D4AB9; }
span { border-color: rgb(109,74,185); }
td.TdClassName
{
border-color: #6D4AB9;
}
.TagClassName
{
border-color: #6D4AB9;
}
</style>