Shades of Blue Marguerite #6251AB
Tints of Blue Marguerite #6251AB
RGB
CMYK
RGB Variations
Color information
#6251AB (or 0x6251AB) is known color: Blue Marguerite. HEX triplet: 62, 51 and AB. RGB value is (98,81,171). Sum of RGB (Red+Green+Blue) = 98+81+171=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #6251AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6251AB is #9DAE54. Grayscale: #606060. Windows color (decimal): -10333781 or 11227490. OLE color: 11227490.
HSL color Cylindrical-coordinate representation of color #6251AB: hue angle of 251.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6251AB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 81 | 171 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.33 |
| HSL | 251.33º | 0.36% | 0.49% | - |
| HSV(B) | 251.33º | 0.53% | 0.67% | - |
| XYZ | 15.33 | 11.42 | 39.92 | - |
| YUV | 96.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 171 | 0.43 | 0.53 | 0 | 0.33 | 251.33 | 0.36 | 0.49 |
| Hex | 62 | 51 | AB | 2B | 35 | 0 | 21 | FB | 24 | 31 |
| Octal | 142 | 121 | 253 | 53 | 65 | 0 | 41 | 373 | 44 | 61 |
| Binary | 1100010 | 1010001 | 10101011 | 101011 | 110101 | 0 | 100001 | 11111011 | 100100 | 110001 |
Color Harmonies of #6251AB
Complementary color
Monochromatic Colors of #6251AB
Black with #6251AB
Text Example
Text Example
White with #6251AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251AB; }
p { color: rgb(98,81,171); }
H1.HeaderClassName
{
color: #6251AB;
}
.AnyTagClassName
{
color: #6251AB;
}
</style>
background-color css
<style>
a { background-color: #6251AB; }
a { background-color: rgb(98,81,171); }
div.DivClassName
{
background-color: #6251AB;
}
.BgClassName
{
background-color: #6251AB;
}
</style>
border-color css
<style>
span { border-color: #6251AB; }
span { border-color: rgb(98,81,171); }
td.TdClassName
{
border-color: #6251AB;
}
.TagClassName
{
border-color: #6251AB;
}
</style>