Shades of Blue Marguerite #6459BD
Tints of Blue Marguerite #6459BD
RGB
CMYK
RGB Variations
Color information
#6459BD (or 0x6459BD) is known color: Blue Marguerite. HEX triplet: 64, 59 and BD. RGB value is (100,89,189). Sum of RGB (Red+Green+Blue) = 100+89+189=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #6459BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459BD is #9BA642. Grayscale: #676767. Windows color (decimal): -10200643 or 12409188. OLE color: 12409188.
HSL color Cylindrical-coordinate representation of color #6459BD: hue angle of 246.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6459BD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 89 | 189 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.26 |
| HSL | 246.6º | 0.43% | 0.55% | - |
| HSV(B) | 246.6º | 0.53% | 0.74% | - |
| XYZ | 18.01 | 13.53 | 49.81 | - |
| YUV | 103.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 189 | 0.47 | 0.53 | 0 | 0.26 | 246.6 | 0.43 | 0.55 |
| Hex | 64 | 59 | BD | 2F | 35 | 0 | 1A | F7 | 2B | 37 |
| Octal | 144 | 131 | 275 | 57 | 65 | 0 | 32 | 367 | 53 | 67 |
| Binary | 1100100 | 1011001 | 10111101 | 101111 | 110101 | 0 | 11010 | 11110111 | 101011 | 110111 |
Color Harmonies of #6459BD
Complementary color
Monochromatic Colors of #6459BD
Black with #6459BD
Text Example
Text Example
White with #6459BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459BD; }
p { color: rgb(100,89,189); }
H1.HeaderClassName
{
color: #6459BD;
}
.AnyTagClassName
{
color: #6459BD;
}
</style>
background-color css
<style>
a { background-color: #6459BD; }
a { background-color: rgb(100,89,189); }
div.DivClassName
{
background-color: #6459BD;
}
.BgClassName
{
background-color: #6459BD;
}
</style>
border-color css
<style>
span { border-color: #6459BD; }
span { border-color: rgb(100,89,189); }
td.TdClassName
{
border-color: #6459BD;
}
.TagClassName
{
border-color: #6459BD;
}
</style>