Shades of Blue Marguerite #6D5DBD
Tints of Blue Marguerite #6D5DBD
RGB
CMYK
RGB Variations
Color information
#6D5DBD (or 0x6D5DBD) is known color: Blue Marguerite. HEX triplet: 6D, 5D and BD. RGB value is (109,93,189). Sum of RGB (Red+Green+Blue) = 109+93+189=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D5DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DBD is #92A242. Grayscale: #6C6C6C. Windows color (decimal): -9609795 or 12410221. OLE color: 12410221.
HSL color Cylindrical-coordinate representation of color #6D5DBD: hue angle of 250º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D5DBD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 93 | 189 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.26 |
| HSL | 250º | 0.42% | 0.55% | - |
| HSV(B) | 250º | 0.51% | 0.74% | - |
| XYZ | 19.41 | 14.75 | 49.97 | - |
| YUV | 108.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 189 | 0.42 | 0.51 | 0 | 0.26 | 250 | 0.42 | 0.55 |
| Hex | 6D | 5D | BD | 2A | 33 | 0 | 1A | FA | 2A | 37 |
| Octal | 155 | 135 | 275 | 52 | 63 | 0 | 32 | 372 | 52 | 67 |
| Binary | 1101101 | 1011101 | 10111101 | 101010 | 110011 | 0 | 11010 | 11111010 | 101010 | 110111 |
Color Harmonies of #6D5DBD
Complementary color
Monochromatic Colors of #6D5DBD
Black with #6D5DBD
Text Example
Text Example
White with #6D5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5DBD; }
p { color: rgb(109,93,189); }
H1.HeaderClassName
{
color: #6D5DBD;
}
.AnyTagClassName
{
color: #6D5DBD;
}
</style>
background-color css
<style>
a { background-color: #6D5DBD; }
a { background-color: rgb(109,93,189); }
div.DivClassName
{
background-color: #6D5DBD;
}
.BgClassName
{
background-color: #6D5DBD;
}
</style>
border-color css
<style>
span { border-color: #6D5DBD; }
span { border-color: rgb(109,93,189); }
td.TdClassName
{
border-color: #6D5DBD;
}
.TagClassName
{
border-color: #6D5DBD;
}
</style>