Shades of Blue Marguerite #6459AE
Tints of Blue Marguerite #6459AE
RGB
CMYK
RGB Variations
Color information
#6459AE (or 0x6459AE) is known color: Blue Marguerite. HEX triplet: 64, 59 and AE. RGB value is (100,89,174). Sum of RGB (Red+Green+Blue) = 100+89+174=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #6459AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6459AE is #9BA651. Grayscale: #656565. Windows color (decimal): -10200658 or 11426148. OLE color: 11426148.
HSL color Cylindrical-coordinate representation of color #6459AE: hue angle of 247.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6459AE is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 89 | 174 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.32 |
| HSL | 247.76º | 0.34% | 0.52% | - |
| HSV(B) | 247.76º | 0.49% | 0.68% | - |
| XYZ | 16.47 | 12.91 | 41.67 | - |
| YUV | 101.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 174 | 0.43 | 0.49 | 0 | 0.32 | 247.76 | 0.34 | 0.52 |
| Hex | 64 | 59 | AE | 2B | 31 | 0 | 20 | F8 | 22 | 34 |
| Octal | 144 | 131 | 256 | 53 | 61 | 0 | 40 | 370 | 42 | 64 |
| Binary | 1100100 | 1011001 | 10101110 | 101011 | 110001 | 0 | 100000 | 11111000 | 100010 | 110100 |
Color Harmonies of #6459AE
Complementary color
Monochromatic Colors of #6459AE
Black with #6459AE
Text Example
Text Example
White with #6459AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459AE; }
p { color: rgb(100,89,174); }
H1.HeaderClassName
{
color: #6459AE;
}
.AnyTagClassName
{
color: #6459AE;
}
</style>
background-color css
<style>
a { background-color: #6459AE; }
a { background-color: rgb(100,89,174); }
div.DivClassName
{
background-color: #6459AE;
}
.BgClassName
{
background-color: #6459AE;
}
</style>
border-color css
<style>
span { border-color: #6459AE; }
span { border-color: rgb(100,89,174); }
td.TdClassName
{
border-color: #6459AE;
}
.TagClassName
{
border-color: #6459AE;
}
</style>