Shades of Blue Marguerite #6256BA
Tints of Blue Marguerite #6256BA
RGB
CMYK
RGB Variations
Color information
#6256BA (or 0x6256BA) is known color: Blue Marguerite. HEX triplet: 62, 56 and BA. RGB value is (98,86,186). Sum of RGB (Red+Green+Blue) = 98+86+186=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6256BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256BA is #9DA945. Grayscale: #646464. Windows color (decimal): -10332486 or 12211810. OLE color: 12211810.
HSL color Cylindrical-coordinate representation of color #6256BA: hue angle of 247.2º degrees, saturation: 0.42, 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 #6256BA is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 86 | 186 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.27 |
| HSL | 247.2º | 0.42% | 0.53% | - |
| HSV(B) | 247.2º | 0.54% | 0.73% | - |
| XYZ | 17.23 | 12.8 | 48.02 | - |
| YUV | 100.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 186 | 0.47 | 0.54 | 0 | 0.27 | 247.2 | 0.42 | 0.53 |
| Hex | 62 | 56 | BA | 2F | 36 | 0 | 1B | F7 | 2A | 35 |
| Octal | 142 | 126 | 272 | 57 | 66 | 0 | 33 | 367 | 52 | 65 |
| Binary | 1100010 | 1010110 | 10111010 | 101111 | 110110 | 0 | 11011 | 11110111 | 101010 | 110101 |
Color Harmonies of #6256BA
Complementary color
Monochromatic Colors of #6256BA
Black with #6256BA
Text Example
Text Example
White with #6256BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256BA; }
p { color: rgb(98,86,186); }
H1.HeaderClassName
{
color: #6256BA;
}
.AnyTagClassName
{
color: #6256BA;
}
</style>
background-color css
<style>
a { background-color: #6256BA; }
a { background-color: rgb(98,86,186); }
div.DivClassName
{
background-color: #6256BA;
}
.BgClassName
{
background-color: #6256BA;
}
</style>
border-color css
<style>
span { border-color: #6256BA; }
span { border-color: rgb(98,86,186); }
td.TdClassName
{
border-color: #6256BA;
}
.TagClassName
{
border-color: #6256BA;
}
</style>