Shades of Blue Marguerite #6349AC
Tints of Blue Marguerite #6349AC
RGB
CMYK
RGB Variations
Color information
#6349AC (or 0x6349AC) is known color: Blue Marguerite. HEX triplet: 63, 49 and AC. RGB value is (99,73,172). Sum of RGB (Red+Green+Blue) = 99+73+172=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #6349AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6349AC is #9CB653. Grayscale: #5B5B5B. Windows color (decimal): -10270292 or 11290979. OLE color: 11290979.
HSL color Cylindrical-coordinate representation of color #6349AC: hue angle of 255.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6349AC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 73 | 172 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.33 |
| HSL | 255.76º | 0.4% | 0.48% | - |
| HSV(B) | 255.76º | 0.58% | 0.67% | - |
| XYZ | 14.97 | 10.4 | 40.25 | - |
| YUV | 92.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 172 | 0.42 | 0.58 | 0 | 0.33 | 255.76 | 0.4 | 0.48 |
| Hex | 63 | 49 | AC | 2A | 3A | 0 | 21 | 100 | 28 | 30 |
| Octal | 143 | 111 | 254 | 52 | 72 | 0 | 41 | 400 | 50 | 60 |
| Binary | 1100011 | 1001001 | 10101100 | 101010 | 111010 | 0 | 100001 | 100000000 | 101000 | 110000 |
Color Harmonies of #6349AC
Complementary color
Monochromatic Colors of #6349AC
Black with #6349AC
Text Example
Text Example
White with #6349AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6349AC; }
p { color: rgb(99,73,172); }
H1.HeaderClassName
{
color: #6349AC;
}
.AnyTagClassName
{
color: #6349AC;
}
</style>
background-color css
<style>
a { background-color: #6349AC; }
a { background-color: rgb(99,73,172); }
div.DivClassName
{
background-color: #6349AC;
}
.BgClassName
{
background-color: #6349AC;
}
</style>
border-color css
<style>
span { border-color: #6349AC; }
span { border-color: rgb(99,73,172); }
td.TdClassName
{
border-color: #6349AC;
}
.TagClassName
{
border-color: #6349AC;
}
</style>