Shades of Blue Marguerite #6251BC
Tints of Blue Marguerite #6251BC
RGB
CMYK
RGB Variations
Color information
#6251BC (or 0x6251BC) is known color: Blue Marguerite. HEX triplet: 62, 51 and BC. RGB value is (98,81,188). Sum of RGB (Red+Green+Blue) = 98+81+188=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #6251BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251BC is #9DAE43. Grayscale: #616161. Windows color (decimal): -10333764 or 12341602. OLE color: 12341602.
HSL color Cylindrical-coordinate representation of color #6251BC: hue angle of 249.53º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6251BC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 81 | 188 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.26 |
| HSL | 249.53º | 0.44% | 0.53% | - |
| HSV(B) | 249.53º | 0.57% | 0.74% | - |
| XYZ | 17.06 | 12.11 | 49.02 | - |
| YUV | 98.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 188 | 0.48 | 0.57 | 0 | 0.26 | 249.53 | 0.44 | 0.53 |
| Hex | 62 | 51 | BC | 30 | 39 | 0 | 1A | FA | 2C | 35 |
| Octal | 142 | 121 | 274 | 60 | 71 | 0 | 32 | 372 | 54 | 65 |
| Binary | 1100010 | 1010001 | 10111100 | 110000 | 111001 | 0 | 11010 | 11111010 | 101100 | 110101 |
Color Harmonies of #6251BC
Complementary color
Monochromatic Colors of #6251BC
Black with #6251BC
Text Example
Text Example
White with #6251BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251BC; }
p { color: rgb(98,81,188); }
H1.HeaderClassName
{
color: #6251BC;
}
.AnyTagClassName
{
color: #6251BC;
}
</style>
background-color css
<style>
a { background-color: #6251BC; }
a { background-color: rgb(98,81,188); }
div.DivClassName
{
background-color: #6251BC;
}
.BgClassName
{
background-color: #6251BC;
}
</style>
border-color css
<style>
span { border-color: #6251BC; }
span { border-color: rgb(98,81,188); }
td.TdClassName
{
border-color: #6251BC;
}
.TagClassName
{
border-color: #6251BC;
}
</style>