Shades of Blue Marguerite #6D52B9
Tints of Blue Marguerite #6D52B9
RGB
CMYK
RGB Variations
Color information
#6D52B9 (or 0x6D52B9) is known color: Blue Marguerite. HEX triplet: 6D, 52 and B9. RGB value is (109,82,185). Sum of RGB (Red+Green+Blue) = 109+82+185=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #6D52B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D52B9 is #92AD46. Grayscale: #656565. Windows color (decimal): -9612615 or 12145261. OLE color: 12145261.
HSL color Cylindrical-coordinate representation of color #6D52B9: hue angle of 255.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D52B9 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 82 | 185 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.27 |
| HSL | 255.73º | 0.42% | 0.52% | - |
| HSV(B) | 255.73º | 0.56% | 0.73% | - |
| XYZ | 18.08 | 12.79 | 47.41 | - |
| YUV | 101.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 185 | 0.41 | 0.56 | 0 | 0.27 | 255.73 | 0.42 | 0.52 |
| Hex | 6D | 52 | B9 | 29 | 38 | 0 | 1B | 100 | 2A | 34 |
| Octal | 155 | 122 | 271 | 51 | 70 | 0 | 33 | 400 | 52 | 64 |
| Binary | 1101101 | 1010010 | 10111001 | 101001 | 111000 | 0 | 11011 | 100000000 | 101010 | 110100 |
Color Harmonies of #6D52B9
Complementary color
Monochromatic Colors of #6D52B9
Black with #6D52B9
Text Example
Text Example
White with #6D52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D52B9; }
p { color: rgb(109,82,185); }
H1.HeaderClassName
{
color: #6D52B9;
}
.AnyTagClassName
{
color: #6D52B9;
}
</style>
background-color css
<style>
a { background-color: #6D52B9; }
a { background-color: rgb(109,82,185); }
div.DivClassName
{
background-color: #6D52B9;
}
.BgClassName
{
background-color: #6D52B9;
}
</style>
border-color css
<style>
span { border-color: #6D52B9; }
span { border-color: rgb(109,82,185); }
td.TdClassName
{
border-color: #6D52B9;
}
.TagClassName
{
border-color: #6D52B9;
}
</style>