Shades of Blue Marguerite #6459BA
Tints of Blue Marguerite #6459BA
RGB
CMYK
RGB Variations
Color information
#6459BA (or 0x6459BA) is known color: Blue Marguerite. HEX triplet: 64, 59 and BA. RGB value is (100,89,186). Sum of RGB (Red+Green+Blue) = 100+89+186=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #6459BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459BA is #9BA645. Grayscale: #666666. Windows color (decimal): -10200646 or 12212580. OLE color: 12212580.
HSL color Cylindrical-coordinate representation of color #6459BA: hue angle of 246.8º degrees, saturation: 0.41, 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 #6459BA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 89 | 186 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.27 |
| HSL | 246.8º | 0.41% | 0.54% | - |
| HSV(B) | 246.8º | 0.52% | 0.73% | - |
| XYZ | 17.69 | 13.4 | 48.11 | - |
| YUV | 103.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 186 | 0.46 | 0.52 | 0 | 0.27 | 246.8 | 0.41 | 0.54 |
| Hex | 64 | 59 | BA | 2E | 34 | 0 | 1B | F7 | 29 | 36 |
| Octal | 144 | 131 | 272 | 56 | 64 | 0 | 33 | 367 | 51 | 66 |
| Binary | 1100100 | 1011001 | 10111010 | 101110 | 110100 | 0 | 11011 | 11110111 | 101001 | 110110 |
Color Harmonies of #6459BA
Complementary color
Monochromatic Colors of #6459BA
Black with #6459BA
Text Example
Text Example
White with #6459BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459BA; }
p { color: rgb(100,89,186); }
H1.HeaderClassName
{
color: #6459BA;
}
.AnyTagClassName
{
color: #6459BA;
}
</style>
background-color css
<style>
a { background-color: #6459BA; }
a { background-color: rgb(100,89,186); }
div.DivClassName
{
background-color: #6459BA;
}
.BgClassName
{
background-color: #6459BA;
}
</style>
border-color css
<style>
span { border-color: #6459BA; }
span { border-color: rgb(100,89,186); }
td.TdClassName
{
border-color: #6459BA;
}
.TagClassName
{
border-color: #6459BA;
}
</style>