Shades of Blue Marguerite #6259BB
Tints of Blue Marguerite #6259BB
RGB
CMYK
RGB Variations
Color information
#6259BB (or 0x6259BB) is known color: Blue Marguerite. HEX triplet: 62, 59 and BB. RGB value is (98,89,187). Sum of RGB (Red+Green+Blue) = 98+89+187=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6259BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259BB is #9DA644. Grayscale: #666666. Windows color (decimal): -10331717 or 12278114. OLE color: 12278114.
HSL color Cylindrical-coordinate representation of color #6259BB: hue angle of 245.51º degrees, saturation: 0.42, 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 #6259BB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 89 | 187 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.27 |
| HSL | 245.51º | 0.42% | 0.54% | - |
| HSV(B) | 245.51º | 0.52% | 0.73% | - |
| XYZ | 17.58 | 13.33 | 48.66 | - |
| YUV | 102.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 187 | 0.48 | 0.52 | 0 | 0.27 | 245.51 | 0.42 | 0.54 |
| Hex | 62 | 59 | BB | 30 | 34 | 0 | 1B | F6 | 2A | 36 |
| Octal | 142 | 131 | 273 | 60 | 64 | 0 | 33 | 366 | 52 | 66 |
| Binary | 1100010 | 1011001 | 10111011 | 110000 | 110100 | 0 | 11011 | 11110110 | 101010 | 110110 |
Color Harmonies of #6259BB
Complementary color
Monochromatic Colors of #6259BB
Black with #6259BB
Text Example
Text Example
White with #6259BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259BB; }
p { color: rgb(98,89,187); }
H1.HeaderClassName
{
color: #6259BB;
}
.AnyTagClassName
{
color: #6259BB;
}
</style>
background-color css
<style>
a { background-color: #6259BB; }
a { background-color: rgb(98,89,187); }
div.DivClassName
{
background-color: #6259BB;
}
.BgClassName
{
background-color: #6259BB;
}
</style>
border-color css
<style>
span { border-color: #6259BB; }
span { border-color: rgb(98,89,187); }
td.TdClassName
{
border-color: #6259BB;
}
.TagClassName
{
border-color: #6259BB;
}
</style>