Shades of Blue Marguerite #6248BA
Tints of Blue Marguerite #6248BA
RGB
CMYK
RGB Variations
Color information
#6248BA (or 0x6248BA) is known color: Blue Marguerite. HEX triplet: 62, 48 and BA. RGB value is (98,72,186). Sum of RGB (Red+Green+Blue) = 98+72+186=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6248BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6248BA is #9DB745. Grayscale: #5C5C5C. Windows color (decimal): -10336070 or 12208226. OLE color: 12208226.
HSL color Cylindrical-coordinate representation of color #6248BA: hue angle of 253.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6248BA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 72 | 186 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.27 |
| HSL | 253.68º | 0.45% | 0.51% | - |
| HSV(B) | 253.68º | 0.61% | 0.73% | - |
| XYZ | 16.22 | 10.78 | 47.68 | - |
| YUV | 92.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 186 | 0.47 | 0.61 | 0 | 0.27 | 253.68 | 0.45 | 0.51 |
| Hex | 62 | 48 | BA | 2F | 3D | 0 | 1B | FE | 2D | 33 |
| Octal | 142 | 110 | 272 | 57 | 75 | 0 | 33 | 376 | 55 | 63 |
| Binary | 1100010 | 1001000 | 10111010 | 101111 | 111101 | 0 | 11011 | 11111110 | 101101 | 110011 |
Color Harmonies of #6248BA
Complementary color
Monochromatic Colors of #6248BA
Black with #6248BA
Text Example
Text Example
White with #6248BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6248BA; }
p { color: rgb(98,72,186); }
H1.HeaderClassName
{
color: #6248BA;
}
.AnyTagClassName
{
color: #6248BA;
}
</style>
background-color css
<style>
a { background-color: #6248BA; }
a { background-color: rgb(98,72,186); }
div.DivClassName
{
background-color: #6248BA;
}
.BgClassName
{
background-color: #6248BA;
}
</style>
border-color css
<style>
span { border-color: #6248BA; }
span { border-color: rgb(98,72,186); }
td.TdClassName
{
border-color: #6248BA;
}
.TagClassName
{
border-color: #6248BA;
}
</style>