Shades of Blue Marguerite #6450AD
Tints of Blue Marguerite #6450AD
RGB
CMYK
RGB Variations
Color information
#6450AD (or 0x6450AD) is known color: Blue Marguerite. HEX triplet: 64, 50 and AD. RGB value is (100,80,173). Sum of RGB (Red+Green+Blue) = 100+80+173=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #6450AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6450AD is #9BAF52. Grayscale: #606060. Windows color (decimal): -10202963 or 11358308. OLE color: 11358308.
HSL color Cylindrical-coordinate representation of color #6450AD: hue angle of 252.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6450AD is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 80 | 173 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.32 |
| HSL | 252.9º | 0.37% | 0.5% | - |
| HSV(B) | 252.9º | 0.54% | 0.68% | - |
| XYZ | 15.67 | 11.46 | 40.92 | - |
| YUV | 96.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 173 | 0.42 | 0.54 | 0 | 0.32 | 252.9 | 0.37 | 0.5 |
| Hex | 64 | 50 | AD | 2A | 36 | 0 | 20 | FD | 25 | 32 |
| Octal | 144 | 120 | 255 | 52 | 66 | 0 | 40 | 375 | 45 | 62 |
| Binary | 1100100 | 1010000 | 10101101 | 101010 | 110110 | 0 | 100000 | 11111101 | 100101 | 110010 |
Color Harmonies of #6450AD
Complementary color
Monochromatic Colors of #6450AD
Black with #6450AD
Text Example
Text Example
White with #6450AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450AD; }
p { color: rgb(100,80,173); }
H1.HeaderClassName
{
color: #6450AD;
}
.AnyTagClassName
{
color: #6450AD;
}
</style>
background-color css
<style>
a { background-color: #6450AD; }
a { background-color: rgb(100,80,173); }
div.DivClassName
{
background-color: #6450AD;
}
.BgClassName
{
background-color: #6450AD;
}
</style>
border-color css
<style>
span { border-color: #6450AD; }
span { border-color: rgb(100,80,173); }
td.TdClassName
{
border-color: #6450AD;
}
.TagClassName
{
border-color: #6450AD;
}
</style>