Shades of Blue Marguerite #6352AD
Tints of Blue Marguerite #6352AD
RGB
CMYK
RGB Variations
Color information
#6352AD (or 0x6352AD) is known color: Blue Marguerite. HEX triplet: 63, 52 and AD. RGB value is (99,82,173). Sum of RGB (Red+Green+Blue) = 99+82+173=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #6352AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6352AD is #9CAD52. Grayscale: #616161. Windows color (decimal): -10267987 or 11358819. OLE color: 11358819.
HSL color Cylindrical-coordinate representation of color #6352AD: hue angle of 251.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6352AD is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 82 | 173 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.32 |
| HSL | 251.21º | 0.36% | 0.5% | - |
| HSV(B) | 251.21º | 0.53% | 0.68% | - |
| XYZ | 15.71 | 11.7 | 40.97 | - |
| YUV | 97.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 173 | 0.43 | 0.53 | 0 | 0.32 | 251.21 | 0.36 | 0.5 |
| Hex | 63 | 52 | AD | 2B | 35 | 0 | 20 | FB | 24 | 32 |
| Octal | 143 | 122 | 255 | 53 | 65 | 0 | 40 | 373 | 44 | 62 |
| Binary | 1100011 | 1010010 | 10101101 | 101011 | 110101 | 0 | 100000 | 11111011 | 100100 | 110010 |
Color Harmonies of #6352AD
Complementary color
Monochromatic Colors of #6352AD
Black with #6352AD
Text Example
Text Example
White with #6352AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352AD; }
p { color: rgb(99,82,173); }
H1.HeaderClassName
{
color: #6352AD;
}
.AnyTagClassName
{
color: #6352AD;
}
</style>
background-color css
<style>
a { background-color: #6352AD; }
a { background-color: rgb(99,82,173); }
div.DivClassName
{
background-color: #6352AD;
}
.BgClassName
{
background-color: #6352AD;
}
</style>
border-color css
<style>
span { border-color: #6352AD; }
span { border-color: rgb(99,82,173); }
td.TdClassName
{
border-color: #6352AD;
}
.TagClassName
{
border-color: #6352AD;
}
</style>