Shades of Blue Marguerite #6D52BD
Tints of Blue Marguerite #6D52BD
RGB
CMYK
RGB Variations
Color information
#6D52BD (or 0x6D52BD) is known color: Blue Marguerite. HEX triplet: 6D, 52 and BD. RGB value is (109,82,189). Sum of RGB (Red+Green+Blue) = 109+82+189=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D52BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52BD is #92AD42. Grayscale: #656565. Windows color (decimal): -9612611 or 12407405. OLE color: 12407405.
HSL color Cylindrical-coordinate representation of color #6D52BD: hue angle of 255.14º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D52BD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 82 | 189 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.26 |
| HSL | 255.14º | 0.45% | 0.53% | - |
| HSV(B) | 255.14º | 0.57% | 0.74% | - |
| XYZ | 18.51 | 12.96 | 49.67 | - |
| YUV | 102.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 189 | 0.42 | 0.57 | 0 | 0.26 | 255.14 | 0.45 | 0.53 |
| Hex | 6D | 52 | BD | 2A | 39 | 0 | 1A | FF | 2D | 35 |
| Octal | 155 | 122 | 275 | 52 | 71 | 0 | 32 | 377 | 55 | 65 |
| Binary | 1101101 | 1010010 | 10111101 | 101010 | 111001 | 0 | 11010 | 11111111 | 101101 | 110101 |
Color Harmonies of #6D52BD
Complementary color
Monochromatic Colors of #6D52BD
Black with #6D52BD
Text Example
Text Example
White with #6D52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D52BD; }
p { color: rgb(109,82,189); }
H1.HeaderClassName
{
color: #6D52BD;
}
.AnyTagClassName
{
color: #6D52BD;
}
</style>
background-color css
<style>
a { background-color: #6D52BD; }
a { background-color: rgb(109,82,189); }
div.DivClassName
{
background-color: #6D52BD;
}
.BgClassName
{
background-color: #6D52BD;
}
</style>
border-color css
<style>
span { border-color: #6D52BD; }
span { border-color: rgb(109,82,189); }
td.TdClassName
{
border-color: #6D52BD;
}
.TagClassName
{
border-color: #6D52BD;
}
</style>