Shades of Blue Marguerite #6652BA
Tints of Blue Marguerite #6652BA
RGB
CMYK
RGB Variations
Color information
#6652BA (or 0x6652BA) is known color: Blue Marguerite. HEX triplet: 66, 52 and BA. RGB value is (102,82,186). Sum of RGB (Red+Green+Blue) = 102+82+186=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6652BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6652BA is #99AD45. Grayscale: #636363. Windows color (decimal): -10071366 or 12210790. OLE color: 12210790.
HSL color Cylindrical-coordinate representation of color #6652BA: hue angle of 251.54º 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 #6652BA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 82 | 186 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.27 |
| HSL | 251.54º | 0.43% | 0.53% | - |
| HSV(B) | 251.54º | 0.56% | 0.73% | - |
| XYZ | 17.36 | 12.4 | 47.93 | - |
| YUV | 99.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 186 | 0.45 | 0.56 | 0 | 0.27 | 251.54 | 0.43 | 0.53 |
| Hex | 66 | 52 | BA | 2D | 38 | 0 | 1B | FC | 2B | 35 |
| Octal | 146 | 122 | 272 | 55 | 70 | 0 | 33 | 374 | 53 | 65 |
| Binary | 1100110 | 1010010 | 10111010 | 101101 | 111000 | 0 | 11011 | 11111100 | 101011 | 110101 |
Color Harmonies of #6652BA
Complementary color
Monochromatic Colors of #6652BA
Black with #6652BA
Text Example
Text Example
White with #6652BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6652BA; }
p { color: rgb(102,82,186); }
H1.HeaderClassName
{
color: #6652BA;
}
.AnyTagClassName
{
color: #6652BA;
}
</style>
background-color css
<style>
a { background-color: #6652BA; }
a { background-color: rgb(102,82,186); }
div.DivClassName
{
background-color: #6652BA;
}
.BgClassName
{
background-color: #6652BA;
}
</style>
border-color css
<style>
span { border-color: #6652BA; }
span { border-color: rgb(102,82,186); }
td.TdClassName
{
border-color: #6652BA;
}
.TagClassName
{
border-color: #6652BA;
}
</style>