Shades of Blue Marguerite #6353AD
Tints of Blue Marguerite #6353AD
RGB
CMYK
RGB Variations
Color information
#6353AD (or 0x6353AD) is known color: Blue Marguerite. HEX triplet: 63, 53 and AD. RGB value is (99,83,173). Sum of RGB (Red+Green+Blue) = 99+83+173=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #6353AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6353AD is #9CAC52. Grayscale: #616161. Windows color (decimal): -10267731 or 11359075. OLE color: 11359075.
HSL color Cylindrical-coordinate representation of color #6353AD: hue angle of 250.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6353AD is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 83 | 173 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.32 |
| HSL | 250.67º | 0.35% | 0.5% | - |
| HSV(B) | 250.67º | 0.52% | 0.68% | - |
| XYZ | 15.78 | 11.86 | 40.99 | - |
| YUV | 98.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 173 | 0.43 | 0.52 | 0 | 0.32 | 250.67 | 0.35 | 0.5 |
| Hex | 63 | 53 | AD | 2B | 34 | 0 | 20 | FB | 23 | 32 |
| Octal | 143 | 123 | 255 | 53 | 64 | 0 | 40 | 373 | 43 | 62 |
| Binary | 1100011 | 1010011 | 10101101 | 101011 | 110100 | 0 | 100000 | 11111011 | 100011 | 110010 |
Color Harmonies of #6353AD
Complementary color
Monochromatic Colors of #6353AD
Black with #6353AD
Text Example
Text Example
White with #6353AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353AD; }
p { color: rgb(99,83,173); }
H1.HeaderClassName
{
color: #6353AD;
}
.AnyTagClassName
{
color: #6353AD;
}
</style>
background-color css
<style>
a { background-color: #6353AD; }
a { background-color: rgb(99,83,173); }
div.DivClassName
{
background-color: #6353AD;
}
.BgClassName
{
background-color: #6353AD;
}
</style>
border-color css
<style>
span { border-color: #6353AD; }
span { border-color: rgb(99,83,173); }
td.TdClassName
{
border-color: #6353AD;
}
.TagClassName
{
border-color: #6353AD;
}
</style>