Shades of Blue Marguerite #6249BD
Tints of Blue Marguerite #6249BD
RGB
CMYK
RGB Variations
Color information
#6249BD (or 0x6249BD) is known color: Blue Marguerite. HEX triplet: 62, 49 and BD. RGB value is (98,73,189). Sum of RGB (Red+Green+Blue) = 98+73+189=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #6249BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249BD is #9DB642. Grayscale: #5D5D5D. Windows color (decimal): -10335811 or 12405090. OLE color: 12405090.
HSL color Cylindrical-coordinate representation of color #6249BD: hue angle of 252.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6249BD is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 73 | 189 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.26 |
| HSL | 252.93º | 0.47% | 0.51% | - |
| HSV(B) | 252.93º | 0.61% | 0.74% | - |
| XYZ | 16.6 | 11.04 | 49.4 | - |
| YUV | 93.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 189 | 0.48 | 0.61 | 0 | 0.26 | 252.93 | 0.47 | 0.51 |
| Hex | 62 | 49 | BD | 30 | 3D | 0 | 1A | FD | 2F | 33 |
| Octal | 142 | 111 | 275 | 60 | 75 | 0 | 32 | 375 | 57 | 63 |
| Binary | 1100010 | 1001001 | 10111101 | 110000 | 111101 | 0 | 11010 | 11111101 | 101111 | 110011 |
Color Harmonies of #6249BD
Complementary color
Monochromatic Colors of #6249BD
Black with #6249BD
Text Example
Text Example
White with #6249BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249BD; }
p { color: rgb(98,73,189); }
H1.HeaderClassName
{
color: #6249BD;
}
.AnyTagClassName
{
color: #6249BD;
}
</style>
background-color css
<style>
a { background-color: #6249BD; }
a { background-color: rgb(98,73,189); }
div.DivClassName
{
background-color: #6249BD;
}
.BgClassName
{
background-color: #6249BD;
}
</style>
border-color css
<style>
span { border-color: #6249BD; }
span { border-color: rgb(98,73,189); }
td.TdClassName
{
border-color: #6249BD;
}
.TagClassName
{
border-color: #6249BD;
}
</style>