Shades of Blue Marguerite #6D4DB4
Tints of Blue Marguerite #6D4DB4
RGB
CMYK
RGB Variations
Color information
#6D4DB4 (or 0x6D4DB4) is known color: Blue Marguerite. HEX triplet: 6D, 4D and B4. RGB value is (109,77,180). Sum of RGB (Red+Green+Blue) = 109+77+180=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D4DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DB4 is #92B24B. Grayscale: #616161. Windows color (decimal): -9613900 or 11816301. OLE color: 11816301.
HSL color Cylindrical-coordinate representation of color #6D4DB4: hue angle of 258.64º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4DB4 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 77 | 180 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.29 |
| HSL | 258.64º | 0.41% | 0.5% | - |
| HSV(B) | 258.64º | 0.57% | 0.71% | - |
| XYZ | 17.2 | 11.85 | 44.56 | - |
| YUV | 98.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 180 | 0.39 | 0.57 | 0 | 0.29 | 258.64 | 0.41 | 0.5 |
| Hex | 6D | 4D | B4 | 27 | 39 | 0 | 1D | 103 | 29 | 32 |
| Octal | 155 | 115 | 264 | 47 | 71 | 0 | 35 | 403 | 51 | 62 |
| Binary | 1101101 | 1001101 | 10110100 | 100111 | 111001 | 0 | 11101 | 100000011 | 101001 | 110010 |
Color Harmonies of #6D4DB4
Complementary color
Monochromatic Colors of #6D4DB4
Black with #6D4DB4
Text Example
Text Example
White with #6D4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4DB4; }
p { color: rgb(109,77,180); }
H1.HeaderClassName
{
color: #6D4DB4;
}
.AnyTagClassName
{
color: #6D4DB4;
}
</style>
background-color css
<style>
a { background-color: #6D4DB4; }
a { background-color: rgb(109,77,180); }
div.DivClassName
{
background-color: #6D4DB4;
}
.BgClassName
{
background-color: #6D4DB4;
}
</style>
border-color css
<style>
span { border-color: #6D4DB4; }
span { border-color: rgb(109,77,180); }
td.TdClassName
{
border-color: #6D4DB4;
}
.TagClassName
{
border-color: #6D4DB4;
}
</style>