Shades of Blue Marguerite #6259B9
Tints of Blue Marguerite #6259B9
RGB
CMYK
RGB Variations
Color information
#6259B9 (or 0x6259B9) is known color: Blue Marguerite. HEX triplet: 62, 59 and B9. RGB value is (98,89,185). Sum of RGB (Red+Green+Blue) = 98+89+185=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #6259B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259B9 is #9DA646. Grayscale: #666666. Windows color (decimal): -10331719 or 12147042. OLE color: 12147042.
HSL color Cylindrical-coordinate representation of color #6259B9: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6259B9 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 89 | 185 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.27 |
| HSL | 245.63º | 0.41% | 0.54% | - |
| HSV(B) | 245.63º | 0.52% | 0.73% | - |
| XYZ | 17.37 | 13.24 | 47.54 | - |
| YUV | 102.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 185 | 0.47 | 0.52 | 0 | 0.27 | 245.63 | 0.41 | 0.54 |
| Hex | 62 | 59 | B9 | 2F | 34 | 0 | 1B | F6 | 29 | 36 |
| Octal | 142 | 131 | 271 | 57 | 64 | 0 | 33 | 366 | 51 | 66 |
| Binary | 1100010 | 1011001 | 10111001 | 101111 | 110100 | 0 | 11011 | 11110110 | 101001 | 110110 |
Color Harmonies of #6259B9
Complementary color
Monochromatic Colors of #6259B9
Black with #6259B9
Text Example
Text Example
White with #6259B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259B9; }
p { color: rgb(98,89,185); }
H1.HeaderClassName
{
color: #6259B9;
}
.AnyTagClassName
{
color: #6259B9;
}
</style>
background-color css
<style>
a { background-color: #6259B9; }
a { background-color: rgb(98,89,185); }
div.DivClassName
{
background-color: #6259B9;
}
.BgClassName
{
background-color: #6259B9;
}
</style>
border-color css
<style>
span { border-color: #6259B9; }
span { border-color: rgb(98,89,185); }
td.TdClassName
{
border-color: #6259B9;
}
.TagClassName
{
border-color: #6259B9;
}
</style>