Shades of Blue Marguerite #6354AD
Tints of Blue Marguerite #6354AD
RGB
CMYK
RGB Variations
Color information
#6354AD (or 0x6354AD) is known color: Blue Marguerite. HEX triplet: 63, 54 and AD. RGB value is (99,84,173). Sum of RGB (Red+Green+Blue) = 99+84+173=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #6354AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6354AD is #9CAB52. Grayscale: #626262. Windows color (decimal): -10267475 or 11359331. OLE color: 11359331.
HSL color Cylindrical-coordinate representation of color #6354AD: hue angle of 250.11º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6354AD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 84 | 173 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.32 |
| HSL | 250.11º | 0.35% | 0.5% | - |
| HSV(B) | 250.11º | 0.51% | 0.68% | - |
| XYZ | 15.86 | 12.01 | 41.02 | - |
| YUV | 98.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 173 | 0.43 | 0.51 | 0 | 0.32 | 250.11 | 0.35 | 0.5 |
| Hex | 63 | 54 | AD | 2B | 33 | 0 | 20 | FA | 23 | 32 |
| Octal | 143 | 124 | 255 | 53 | 63 | 0 | 40 | 372 | 43 | 62 |
| Binary | 1100011 | 1010100 | 10101101 | 101011 | 110011 | 0 | 100000 | 11111010 | 100011 | 110010 |
Color Harmonies of #6354AD
Complementary color
Monochromatic Colors of #6354AD
Black with #6354AD
Text Example
Text Example
White with #6354AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6354AD; }
p { color: rgb(99,84,173); }
H1.HeaderClassName
{
color: #6354AD;
}
.AnyTagClassName
{
color: #6354AD;
}
</style>
background-color css
<style>
a { background-color: #6354AD; }
a { background-color: rgb(99,84,173); }
div.DivClassName
{
background-color: #6354AD;
}
.BgClassName
{
background-color: #6354AD;
}
</style>
border-color css
<style>
span { border-color: #6354AD; }
span { border-color: rgb(99,84,173); }
td.TdClassName
{
border-color: #6354AD;
}
.TagClassName
{
border-color: #6354AD;
}
</style>