Shades of Blue Marguerite #6249BC
Tints of Blue Marguerite #6249BC
RGB
CMYK
RGB Variations
Color information
#6249BC (or 0x6249BC) is known color: Blue Marguerite. HEX triplet: 62, 49 and BC. RGB value is (98,73,188). Sum of RGB (Red+Green+Blue) = 98+73+188=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6249BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6249BC is #9DB643. Grayscale: #5D5D5D. Windows color (decimal): -10335812 or 12339554. OLE color: 12339554.
HSL color Cylindrical-coordinate representation of color #6249BC: hue angle of 253.04º degrees, saturation: 0.46, 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 #6249BC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 73 | 188 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.26 |
| HSL | 253.04º | 0.46% | 0.51% | - |
| HSV(B) | 253.04º | 0.61% | 0.74% | - |
| XYZ | 16.5 | 10.99 | 48.83 | - |
| YUV | 93.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 188 | 0.48 | 0.61 | 0 | 0.26 | 253.04 | 0.46 | 0.51 |
| Hex | 62 | 49 | BC | 30 | 3D | 0 | 1A | FD | 2E | 33 |
| Octal | 142 | 111 | 274 | 60 | 75 | 0 | 32 | 375 | 56 | 63 |
| Binary | 1100010 | 1001001 | 10111100 | 110000 | 111101 | 0 | 11010 | 11111101 | 101110 | 110011 |
Color Harmonies of #6249BC
Complementary color
Monochromatic Colors of #6249BC
Black with #6249BC
Text Example
Text Example
White with #6249BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6249BC; }
p { color: rgb(98,73,188); }
H1.HeaderClassName
{
color: #6249BC;
}
.AnyTagClassName
{
color: #6249BC;
}
</style>
background-color css
<style>
a { background-color: #6249BC; }
a { background-color: rgb(98,73,188); }
div.DivClassName
{
background-color: #6249BC;
}
.BgClassName
{
background-color: #6249BC;
}
</style>
border-color css
<style>
span { border-color: #6249BC; }
span { border-color: rgb(98,73,188); }
td.TdClassName
{
border-color: #6249BC;
}
.TagClassName
{
border-color: #6249BC;
}
</style>