Shades of Blue Marguerite #6256B9
Tints of Blue Marguerite #6256B9
RGB
CMYK
RGB Variations
Color information
#6256B9 (or 0x6256B9) is known color: Blue Marguerite. HEX triplet: 62, 56 and B9. RGB value is (98,86,185). Sum of RGB (Red+Green+Blue) = 98+86+185=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #6256B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256B9 is #9DA946. Grayscale: #646464. Windows color (decimal): -10332487 or 12146274. OLE color: 12146274.
HSL color Cylindrical-coordinate representation of color #6256B9: hue angle of 247.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6256B9 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 86 | 185 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.27 |
| HSL | 247.27º | 0.41% | 0.53% | - |
| HSV(B) | 247.27º | 0.54% | 0.73% | - |
| XYZ | 17.12 | 12.76 | 47.46 | - |
| YUV | 100.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 185 | 0.47 | 0.54 | 0 | 0.27 | 247.27 | 0.41 | 0.53 |
| Hex | 62 | 56 | B9 | 2F | 36 | 0 | 1B | F7 | 29 | 35 |
| Octal | 142 | 126 | 271 | 57 | 66 | 0 | 33 | 367 | 51 | 65 |
| Binary | 1100010 | 1010110 | 10111001 | 101111 | 110110 | 0 | 11011 | 11110111 | 101001 | 110101 |
Color Harmonies of #6256B9
Complementary color
Monochromatic Colors of #6256B9
Black with #6256B9
Text Example
Text Example
White with #6256B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256B9; }
p { color: rgb(98,86,185); }
H1.HeaderClassName
{
color: #6256B9;
}
.AnyTagClassName
{
color: #6256B9;
}
</style>
background-color css
<style>
a { background-color: #6256B9; }
a { background-color: rgb(98,86,185); }
div.DivClassName
{
background-color: #6256B9;
}
.BgClassName
{
background-color: #6256B9;
}
</style>
border-color css
<style>
span { border-color: #6256B9; }
span { border-color: rgb(98,86,185); }
td.TdClassName
{
border-color: #6256B9;
}
.TagClassName
{
border-color: #6256B9;
}
</style>