Shades of Blue Marguerite #6352A6
Tints of Blue Marguerite #6352A6
RGB
CMYK
RGB Variations
Color information
#6352A6 (or 0x6352A6) is known color: Blue Marguerite. HEX triplet: 63, 52 and A6. RGB value is (99,82,166). Sum of RGB (Red+Green+Blue) = 99+82+166=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #6352A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6352A6 is #9CAD59. Grayscale: #606060. Windows color (decimal): -10267994 or 10900067. OLE color: 10900067.
HSL color Cylindrical-coordinate representation of color #6352A6: hue angle of 252.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6352A6 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 82 | 166 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.35 |
| HSL | 252.14º | 0.34% | 0.49% | - |
| HSV(B) | 252.14º | 0.51% | 0.65% | - |
| XYZ | 15.05 | 11.44 | 37.49 | - |
| YUV | 96.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 166 | 0.40 | 0.51 | 0 | 0.35 | 252.14 | 0.34 | 0.49 |
| Hex | 63 | 52 | A6 | 28 | 33 | 0 | 23 | FC | 22 | 31 |
| Octal | 143 | 122 | 246 | 50 | 63 | 0 | 43 | 374 | 42 | 61 |
| Binary | 1100011 | 1010010 | 10100110 | 101000 | 110011 | 0 | 100011 | 11111100 | 100010 | 110001 |
Color Harmonies of #6352A6
Complementary color
Monochromatic Colors of #6352A6
Black with #6352A6
Text Example
Text Example
White with #6352A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352A6; }
p { color: rgb(99,82,166); }
H1.HeaderClassName
{
color: #6352A6;
}
.AnyTagClassName
{
color: #6352A6;
}
</style>
background-color css
<style>
a { background-color: #6352A6; }
a { background-color: rgb(99,82,166); }
div.DivClassName
{
background-color: #6352A6;
}
.BgClassName
{
background-color: #6352A6;
}
</style>
border-color css
<style>
span { border-color: #6352A6; }
span { border-color: rgb(99,82,166); }
td.TdClassName
{
border-color: #6352A6;
}
.TagClassName
{
border-color: #6352A6;
}
</style>