Shades of Blue Marguerite #6455AB
Tints of Blue Marguerite #6455AB
RGB
CMYK
RGB Variations
Color information
#6455AB (or 0x6455AB) is known color: Blue Marguerite. HEX triplet: 64, 55 and AB. RGB value is (100,85,171). Sum of RGB (Red+Green+Blue) = 100+85+171=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6455AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6455AB is #9BAA54. Grayscale: #626262. Windows color (decimal): -10201685 or 11228516. OLE color: 11228516.
HSL color Cylindrical-coordinate representation of color #6455AB: hue angle of 250.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6455AB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 85 | 171 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.33 |
| HSL | 250.47º | 0.34% | 0.5% | - |
| HSV(B) | 250.47º | 0.5% | 0.67% | - |
| XYZ | 15.85 | 12.15 | 40.04 | - |
| YUV | 99.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 171 | 0.42 | 0.50 | 0 | 0.33 | 250.47 | 0.34 | 0.5 |
| Hex | 64 | 55 | AB | 2A | 32 | 0 | 21 | FA | 22 | 32 |
| Octal | 144 | 125 | 253 | 52 | 62 | 0 | 41 | 372 | 42 | 62 |
| Binary | 1100100 | 1010101 | 10101011 | 101010 | 110010 | 0 | 100001 | 11111010 | 100010 | 110010 |
Color Harmonies of #6455AB
Complementary color
Monochromatic Colors of #6455AB
Black with #6455AB
Text Example
Text Example
White with #6455AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6455AB; }
p { color: rgb(100,85,171); }
H1.HeaderClassName
{
color: #6455AB;
}
.AnyTagClassName
{
color: #6455AB;
}
</style>
background-color css
<style>
a { background-color: #6455AB; }
a { background-color: rgb(100,85,171); }
div.DivClassName
{
background-color: #6455AB;
}
.BgClassName
{
background-color: #6455AB;
}
</style>
border-color css
<style>
span { border-color: #6455AB; }
span { border-color: rgb(100,85,171); }
td.TdClassName
{
border-color: #6455AB;
}
.TagClassName
{
border-color: #6455AB;
}
</style>