Shades of Blue Marguerite #6353AA
Tints of Blue Marguerite #6353AA
RGB
CMYK
RGB Variations
Color information
#6353AA (or 0x6353AA) is known color: Blue Marguerite. HEX triplet: 63, 53 and AA. RGB value is (99,83,170). Sum of RGB (Red+Green+Blue) = 99+83+170=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6353AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6353AA is #9CAC55. Grayscale: #616161. Windows color (decimal): -10267734 or 11162467. OLE color: 11162467.
HSL color Cylindrical-coordinate representation of color #6353AA: hue angle of 251.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6353AA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 83 | 170 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.33 |
| HSL | 251.03º | 0.34% | 0.5% | - |
| HSV(B) | 251.03º | 0.51% | 0.67% | - |
| XYZ | 15.49 | 11.74 | 39.48 | - |
| YUV | 97.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 170 | 0.42 | 0.51 | 0 | 0.33 | 251.03 | 0.34 | 0.5 |
| Hex | 63 | 53 | AA | 2A | 33 | 0 | 21 | FB | 22 | 32 |
| Octal | 143 | 123 | 252 | 52 | 63 | 0 | 41 | 373 | 42 | 62 |
| Binary | 1100011 | 1010011 | 10101010 | 101010 | 110011 | 0 | 100001 | 11111011 | 100010 | 110010 |
Color Harmonies of #6353AA
Complementary color
Monochromatic Colors of #6353AA
Black with #6353AA
Text Example
Text Example
White with #6353AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353AA; }
p { color: rgb(99,83,170); }
H1.HeaderClassName
{
color: #6353AA;
}
.AnyTagClassName
{
color: #6353AA;
}
</style>
background-color css
<style>
a { background-color: #6353AA; }
a { background-color: rgb(99,83,170); }
div.DivClassName
{
background-color: #6353AA;
}
.BgClassName
{
background-color: #6353AA;
}
</style>
border-color css
<style>
span { border-color: #6353AA; }
span { border-color: rgb(99,83,170); }
td.TdClassName
{
border-color: #6353AA;
}
.TagClassName
{
border-color: #6353AA;
}
</style>