Shades of Blue Marguerite #6256B0
Tints of Blue Marguerite #6256B0
RGB
CMYK
RGB Variations
Color information
#6256B0 (or 0x6256B0) is known color: Blue Marguerite. HEX triplet: 62, 56 and B0. RGB value is (98,86,176). Sum of RGB (Red+Green+Blue) = 98+86+176=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #6256B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6256B0 is #9DA94F. Grayscale: #636363. Windows color (decimal): -10332496 or 11556450. OLE color: 11556450.
HSL color Cylindrical-coordinate representation of color #6256B0: hue angle of 248º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6256B0 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 86 | 176 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.31 |
| HSL | 248º | 0.36% | 0.51% | - |
| HSV(B) | 248º | 0.51% | 0.69% | - |
| XYZ | 16.2 | 12.39 | 42.61 | - |
| YUV | 99.85 | 170.98 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 176 | 0.44 | 0.51 | 0 | 0.31 | 248 | 0.36 | 0.51 |
| Hex | 62 | 56 | B0 | 2C | 33 | 0 | 1F | F8 | 24 | 33 |
| Octal | 142 | 126 | 260 | 54 | 63 | 0 | 37 | 370 | 44 | 63 |
| Binary | 1100010 | 1010110 | 10110000 | 101100 | 110011 | 0 | 11111 | 11111000 | 100100 | 110011 |
Color Harmonies of #6256B0
Complementary color
Monochromatic Colors of #6256B0
Black with #6256B0
Text Example
Text Example
White with #6256B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6256B0; }
p { color: rgb(98,86,176); }
H1.HeaderClassName
{
color: #6256B0;
}
.AnyTagClassName
{
color: #6256B0;
}
</style>
background-color css
<style>
a { background-color: #6256B0; }
a { background-color: rgb(98,86,176); }
div.DivClassName
{
background-color: #6256B0;
}
.BgClassName
{
background-color: #6256B0;
}
</style>
border-color css
<style>
span { border-color: #6256B0; }
span { border-color: rgb(98,86,176); }
td.TdClassName
{
border-color: #6256B0;
}
.TagClassName
{
border-color: #6256B0;
}
</style>