Shades of Blue Marguerite #6252BA
Tints of Blue Marguerite #6252BA
RGB
CMYK
RGB Variations
Color information
#6252BA (or 0x6252BA) is known color: Blue Marguerite. HEX triplet: 62, 52 and BA. RGB value is (98,82,186). Sum of RGB (Red+Green+Blue) = 98+82+186=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #6252BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252BA is #9DAD45. Grayscale: #626262. Windows color (decimal): -10333510 or 12210786. OLE color: 12210786.
HSL color Cylindrical-coordinate representation of color #6252BA: hue angle of 249.23º 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 #6252BA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 82 | 186 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.27 |
| HSL | 249.23º | 0.43% | 0.53% | - |
| HSV(B) | 249.23º | 0.56% | 0.73% | - |
| XYZ | 16.92 | 12.18 | 47.91 | - |
| YUV | 98.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 186 | 0.47 | 0.56 | 0 | 0.27 | 249.23 | 0.43 | 0.53 |
| Hex | 62 | 52 | BA | 2F | 38 | 0 | 1B | F9 | 2B | 35 |
| Octal | 142 | 122 | 272 | 57 | 70 | 0 | 33 | 371 | 53 | 65 |
| Binary | 1100010 | 1010010 | 10111010 | 101111 | 111000 | 0 | 11011 | 11111001 | 101011 | 110101 |
Color Harmonies of #6252BA
Complementary color
Monochromatic Colors of #6252BA
Black with #6252BA
Text Example
Text Example
White with #6252BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252BA; }
p { color: rgb(98,82,186); }
H1.HeaderClassName
{
color: #6252BA;
}
.AnyTagClassName
{
color: #6252BA;
}
</style>
background-color css
<style>
a { background-color: #6252BA; }
a { background-color: rgb(98,82,186); }
div.DivClassName
{
background-color: #6252BA;
}
.BgClassName
{
background-color: #6252BA;
}
</style>
border-color css
<style>
span { border-color: #6252BA; }
span { border-color: rgb(98,82,186); }
td.TdClassName
{
border-color: #6252BA;
}
.TagClassName
{
border-color: #6252BA;
}
</style>