Shades of Blue Marguerite #6450AA
Tints of Blue Marguerite #6450AA
RGB
CMYK
RGB Variations
Color information
#6450AA (or 0x6450AA) is known color: Blue Marguerite. HEX triplet: 64, 50 and AA. RGB value is (100,80,170). Sum of RGB (Red+Green+Blue) = 100+80+170=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6450AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6450AA is #9BAF55. Grayscale: #5F5F5F. Windows color (decimal): -10202966 or 11161700. OLE color: 11161700.
HSL color Cylindrical-coordinate representation of color #6450AA: hue angle of 253.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6450AA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 80 | 170 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.33 |
| HSL | 253.33º | 0.36% | 0.49% | - |
| HSV(B) | 253.33º | 0.53% | 0.67% | - |
| XYZ | 15.38 | 11.35 | 39.41 | - |
| YUV | 96.24 | 169.63 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 170 | 0.41 | 0.53 | 0 | 0.33 | 253.33 | 0.36 | 0.49 |
| Hex | 64 | 50 | AA | 29 | 35 | 0 | 21 | FD | 24 | 31 |
| Octal | 144 | 120 | 252 | 51 | 65 | 0 | 41 | 375 | 44 | 61 |
| Binary | 1100100 | 1010000 | 10101010 | 101001 | 110101 | 0 | 100001 | 11111101 | 100100 | 110001 |
Color Harmonies of #6450AA
Complementary color
Monochromatic Colors of #6450AA
Black with #6450AA
Text Example
Text Example
White with #6450AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450AA; }
p { color: rgb(100,80,170); }
H1.HeaderClassName
{
color: #6450AA;
}
.AnyTagClassName
{
color: #6450AA;
}
</style>
background-color css
<style>
a { background-color: #6450AA; }
a { background-color: rgb(100,80,170); }
div.DivClassName
{
background-color: #6450AA;
}
.BgClassName
{
background-color: #6450AA;
}
</style>
border-color css
<style>
span { border-color: #6450AA; }
span { border-color: rgb(100,80,170); }
td.TdClassName
{
border-color: #6450AA;
}
.TagClassName
{
border-color: #6450AA;
}
</style>