Shades of Blue Marguerite #6353BD
Tints of Blue Marguerite #6353BD
RGB
CMYK
RGB Variations
Color information
#6353BD (or 0x6353BD) is known color: Blue Marguerite. HEX triplet: 63, 53 and BD. RGB value is (99,83,189). Sum of RGB (Red+Green+Blue) = 99+83+189=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6353BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353BD is #9CAC42. Grayscale: #636363. Windows color (decimal): -10267715 or 12407651. OLE color: 12407651.
HSL color Cylindrical-coordinate representation of color #6353BD: hue angle of 249.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6353BD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 83 | 189 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.26 |
| HSL | 249.06º | 0.45% | 0.53% | - |
| HSV(B) | 249.06º | 0.56% | 0.74% | - |
| XYZ | 17.42 | 12.51 | 49.64 | - |
| YUV | 99.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 189 | 0.48 | 0.56 | 0 | 0.26 | 249.06 | 0.45 | 0.53 |
| Hex | 63 | 53 | BD | 30 | 38 | 0 | 1A | F9 | 2D | 35 |
| Octal | 143 | 123 | 275 | 60 | 70 | 0 | 32 | 371 | 55 | 65 |
| Binary | 1100011 | 1010011 | 10111101 | 110000 | 111000 | 0 | 11010 | 11111001 | 101101 | 110101 |
Color Harmonies of #6353BD
Complementary color
Monochromatic Colors of #6353BD
Black with #6353BD
Text Example
Text Example
White with #6353BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353BD; }
p { color: rgb(99,83,189); }
H1.HeaderClassName
{
color: #6353BD;
}
.AnyTagClassName
{
color: #6353BD;
}
</style>
background-color css
<style>
a { background-color: #6353BD; }
a { background-color: rgb(99,83,189); }
div.DivClassName
{
background-color: #6353BD;
}
.BgClassName
{
background-color: #6353BD;
}
</style>
border-color css
<style>
span { border-color: #6353BD; }
span { border-color: rgb(99,83,189); }
td.TdClassName
{
border-color: #6353BD;
}
.TagClassName
{
border-color: #6353BD;
}
</style>