Shades of Blue Marguerite #6251B9
Tints of Blue Marguerite #6251B9
RGB
CMYK
RGB Variations
Color information
#6251B9 (or 0x6251B9) is known color: Blue Marguerite. HEX triplet: 62, 51 and B9. RGB value is (98,81,185). Sum of RGB (Red+Green+Blue) = 98+81+185=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #6251B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251B9 is #9DAE46. Grayscale: #616161. Windows color (decimal): -10333767 or 12144994. OLE color: 12144994.
HSL color Cylindrical-coordinate representation of color #6251B9: hue angle of 249.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6251B9 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 81 | 185 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.27 |
| HSL | 249.81º | 0.43% | 0.52% | - |
| HSV(B) | 249.81º | 0.56% | 0.73% | - |
| XYZ | 16.74 | 11.98 | 47.33 | - |
| YUV | 97.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 185 | 0.47 | 0.56 | 0 | 0.27 | 249.81 | 0.43 | 0.52 |
| Hex | 62 | 51 | B9 | 2F | 38 | 0 | 1B | FA | 2B | 34 |
| Octal | 142 | 121 | 271 | 57 | 70 | 0 | 33 | 372 | 53 | 64 |
| Binary | 1100010 | 1010001 | 10111001 | 101111 | 111000 | 0 | 11011 | 11111010 | 101011 | 110100 |
Color Harmonies of #6251B9
Complementary color
Monochromatic Colors of #6251B9
Black with #6251B9
Text Example
Text Example
White with #6251B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251B9; }
p { color: rgb(98,81,185); }
H1.HeaderClassName
{
color: #6251B9;
}
.AnyTagClassName
{
color: #6251B9;
}
</style>
background-color css
<style>
a { background-color: #6251B9; }
a { background-color: rgb(98,81,185); }
div.DivClassName
{
background-color: #6251B9;
}
.BgClassName
{
background-color: #6251B9;
}
</style>
border-color css
<style>
span { border-color: #6251B9; }
span { border-color: rgb(98,81,185); }
td.TdClassName
{
border-color: #6251B9;
}
.TagClassName
{
border-color: #6251B9;
}
</style>