Shades of Blue Marguerite #6352B5
Tints of Blue Marguerite #6352B5
RGB
CMYK
RGB Variations
Color information
#6352B5 (or 0x6352B5) is known color: Blue Marguerite. HEX triplet: 63, 52 and B5. RGB value is (99,82,181). Sum of RGB (Red+Green+Blue) = 99+82+181=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #6352B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352B5 is #9CAD4A. Grayscale: #616161. Windows color (decimal): -10267979 or 11883107. OLE color: 11883107.
HSL color Cylindrical-coordinate representation of color #6352B5: hue angle of 250.3º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6352B5 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 82 | 181 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.29 |
| HSL | 250.3º | 0.4% | 0.52% | - |
| HSV(B) | 250.3º | 0.55% | 0.71% | - |
| XYZ | 16.5 | 12.02 | 45.17 | - |
| YUV | 98.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 181 | 0.45 | 0.55 | 0 | 0.29 | 250.3 | 0.4 | 0.52 |
| Hex | 63 | 52 | B5 | 2D | 37 | 0 | 1D | FA | 28 | 34 |
| Octal | 143 | 122 | 265 | 55 | 67 | 0 | 35 | 372 | 50 | 64 |
| Binary | 1100011 | 1010010 | 10110101 | 101101 | 110111 | 0 | 11101 | 11111010 | 101000 | 110100 |
Color Harmonies of #6352B5
Complementary color
Monochromatic Colors of #6352B5
Black with #6352B5
Text Example
Text Example
White with #6352B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352B5; }
p { color: rgb(99,82,181); }
H1.HeaderClassName
{
color: #6352B5;
}
.AnyTagClassName
{
color: #6352B5;
}
</style>
background-color css
<style>
a { background-color: #6352B5; }
a { background-color: rgb(99,82,181); }
div.DivClassName
{
background-color: #6352B5;
}
.BgClassName
{
background-color: #6352B5;
}
</style>
border-color css
<style>
span { border-color: #6352B5; }
span { border-color: rgb(99,82,181); }
td.TdClassName
{
border-color: #6352B5;
}
.TagClassName
{
border-color: #6352B5;
}
</style>