Shades of Blue Marguerite #6C52BA
Tints of Blue Marguerite #6C52BA
RGB
CMYK
RGB Variations
Color information
#6C52BA (or 0x6C52BA) is known color: Blue Marguerite. HEX triplet: 6C, 52 and BA. RGB value is (108,82,186). Sum of RGB (Red+Green+Blue) = 108+82+186=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52BA is #93AD45. Grayscale: #656565. Windows color (decimal): -9678150 or 12210796. OLE color: 12210796.
HSL color Cylindrical-coordinate representation of color #6C52BA: hue angle of 255º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C52BA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 82 | 186 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.27 |
| HSL | 255º | 0.43% | 0.53% | - |
| HSV(B) | 255º | 0.56% | 0.73% | - |
| XYZ | 18.06 | 12.77 | 47.97 | - |
| YUV | 101.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 186 | 0.42 | 0.56 | 0 | 0.27 | 255 | 0.43 | 0.53 |
| Hex | 6C | 52 | BA | 2A | 38 | 0 | 1B | FF | 2B | 35 |
| Octal | 154 | 122 | 272 | 52 | 70 | 0 | 33 | 377 | 53 | 65 |
| Binary | 1101100 | 1010010 | 10111010 | 101010 | 111000 | 0 | 11011 | 11111111 | 101011 | 110101 |
Color Harmonies of #6C52BA
Complementary color
Monochromatic Colors of #6C52BA
Black with #6C52BA
Text Example
Text Example
White with #6C52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C52BA; }
p { color: rgb(108,82,186); }
H1.HeaderClassName
{
color: #6C52BA;
}
.AnyTagClassName
{
color: #6C52BA;
}
</style>
background-color css
<style>
a { background-color: #6C52BA; }
a { background-color: rgb(108,82,186); }
div.DivClassName
{
background-color: #6C52BA;
}
.BgClassName
{
background-color: #6C52BA;
}
</style>
border-color css
<style>
span { border-color: #6C52BA; }
span { border-color: rgb(108,82,186); }
td.TdClassName
{
border-color: #6C52BA;
}
.TagClassName
{
border-color: #6C52BA;
}
</style>