Shades of Blue Marguerite #6349BC
Tints of Blue Marguerite #6349BC
RGB
CMYK
RGB Variations
Color information
#6349BC (or 0x6349BC) is known color: Blue Marguerite. HEX triplet: 63, 49 and BC. RGB value is (99,73,188). Sum of RGB (Red+Green+Blue) = 99+73+188=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #6349BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349BC is #9CB643. Grayscale: #5D5D5D. Windows color (decimal): -10270276 or 12339555. OLE color: 12339555.
HSL color Cylindrical-coordinate representation of color #6349BC: hue angle of 253.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6349BC is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 73 | 188 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.26 |
| HSL | 253.57º | 0.46% | 0.51% | - |
| HSV(B) | 253.57º | 0.61% | 0.74% | - |
| XYZ | 16.61 | 11.05 | 48.83 | - |
| YUV | 93.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 188 | 0.47 | 0.61 | 0 | 0.26 | 253.57 | 0.46 | 0.51 |
| Hex | 63 | 49 | BC | 2F | 3D | 0 | 1A | FE | 2E | 33 |
| Octal | 143 | 111 | 274 | 57 | 75 | 0 | 32 | 376 | 56 | 63 |
| Binary | 1100011 | 1001001 | 10111100 | 101111 | 111101 | 0 | 11010 | 11111110 | 101110 | 110011 |
Color Harmonies of #6349BC
Complementary color
Monochromatic Colors of #6349BC
Black with #6349BC
Text Example
Text Example
White with #6349BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6349BC; }
p { color: rgb(99,73,188); }
H1.HeaderClassName
{
color: #6349BC;
}
.AnyTagClassName
{
color: #6349BC;
}
</style>
background-color css
<style>
a { background-color: #6349BC; }
a { background-color: rgb(99,73,188); }
div.DivClassName
{
background-color: #6349BC;
}
.BgClassName
{
background-color: #6349BC;
}
</style>
border-color css
<style>
span { border-color: #6349BC; }
span { border-color: rgb(99,73,188); }
td.TdClassName
{
border-color: #6349BC;
}
.TagClassName
{
border-color: #6349BC;
}
</style>