Shades of Blue Marguerite #6451A0
Tints of Blue Marguerite #6451A0
RGB
CMYK
RGB Variations
Color information
#6451A0 (or 0x6451A0) is known color: Blue Marguerite. HEX triplet: 64, 51 and A0. RGB value is (100,81,160). Sum of RGB (Red+Green+Blue) = 100+81+160=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #6451A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6451A0 is #9BAE5F. Grayscale: #5F5F5F. Windows color (decimal): -10202720 or 10506596. OLE color: 10506596.
HSL color Cylindrical-coordinate representation of color #6451A0: hue angle of 254.43º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6451A0 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 81 | 160 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.37 |
| HSL | 254.43º | 0.33% | 0.47% | - |
| HSV(B) | 254.43º | 0.49% | 0.63% | - |
| XYZ | 14.54 | 11.13 | 34.64 | - |
| YUV | 95.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 160 | 0.38 | 0.49 | 0 | 0.37 | 254.43 | 0.33 | 0.47 |
| Hex | 64 | 51 | A0 | 26 | 31 | 0 | 25 | FE | 21 | 2F |
| Octal | 144 | 121 | 240 | 46 | 61 | 0 | 45 | 376 | 41 | 57 |
| Binary | 1100100 | 1010001 | 10100000 | 100110 | 110001 | 0 | 100101 | 11111110 | 100001 | 101111 |
Color Harmonies of #6451A0
Complementary color
Monochromatic Colors of #6451A0
Black with #6451A0
Text Example
Text Example
White with #6451A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6451A0; }
p { color: rgb(100,81,160); }
H1.HeaderClassName
{
color: #6451A0;
}
.AnyTagClassName
{
color: #6451A0;
}
</style>
background-color css
<style>
a { background-color: #6451A0; }
a { background-color: rgb(100,81,160); }
div.DivClassName
{
background-color: #6451A0;
}
.BgClassName
{
background-color: #6451A0;
}
</style>
border-color css
<style>
span { border-color: #6451A0; }
span { border-color: rgb(100,81,160); }
td.TdClassName
{
border-color: #6451A0;
}
.TagClassName
{
border-color: #6451A0;
}
</style>