Shades of Blue Marguerite #6352BD
Tints of Blue Marguerite #6352BD
RGB
CMYK
RGB Variations
Color information
#6352BD (or 0x6352BD) is known color: Blue Marguerite. HEX triplet: 63, 52 and BD. RGB value is (99,82,189). Sum of RGB (Red+Green+Blue) = 99+82+189=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #6352BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352BD is #9CAD42. Grayscale: #626262. Windows color (decimal): -10267971 or 12407395. OLE color: 12407395.
HSL color Cylindrical-coordinate representation of color #6352BD: hue angle of 249.53º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6352BD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 82 | 189 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.26 |
| HSL | 249.53º | 0.45% | 0.53% | - |
| HSV(B) | 249.53º | 0.57% | 0.74% | - |
| XYZ | 17.35 | 12.36 | 49.62 | - |
| YUV | 99.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 189 | 0.48 | 0.57 | 0 | 0.26 | 249.53 | 0.45 | 0.53 |
| Hex | 63 | 52 | BD | 30 | 39 | 0 | 1A | FA | 2D | 35 |
| Octal | 143 | 122 | 275 | 60 | 71 | 0 | 32 | 372 | 55 | 65 |
| Binary | 1100011 | 1010010 | 10111101 | 110000 | 111001 | 0 | 11010 | 11111010 | 101101 | 110101 |
Color Harmonies of #6352BD
Complementary color
Monochromatic Colors of #6352BD
Black with #6352BD
Text Example
Text Example
White with #6352BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352BD; }
p { color: rgb(99,82,189); }
H1.HeaderClassName
{
color: #6352BD;
}
.AnyTagClassName
{
color: #6352BD;
}
</style>
background-color css
<style>
a { background-color: #6352BD; }
a { background-color: rgb(99,82,189); }
div.DivClassName
{
background-color: #6352BD;
}
.BgClassName
{
background-color: #6352BD;
}
</style>
border-color css
<style>
span { border-color: #6352BD; }
span { border-color: rgb(99,82,189); }
td.TdClassName
{
border-color: #6352BD;
}
.TagClassName
{
border-color: #6352BD;
}
</style>