Shades of Blue Marguerite #6350AC
Tints of Blue Marguerite #6350AC
RGB
CMYK
RGB Variations
Color information
#6350AC (or 0x6350AC) is known color: Blue Marguerite. HEX triplet: 63, 50 and AC. RGB value is (99,80,172). Sum of RGB (Red+Green+Blue) = 99+80+172=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #6350AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6350AC is #9CAF53. Grayscale: #5F5F5F. Windows color (decimal): -10268500 or 11292771. OLE color: 11292771.
HSL color Cylindrical-coordinate representation of color #6350AC: hue angle of 252.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6350AC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 80 | 172 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.33 |
| HSL | 252.39º | 0.37% | 0.49% | - |
| HSV(B) | 252.39º | 0.53% | 0.67% | - |
| XYZ | 15.46 | 11.37 | 40.41 | - |
| YUV | 96.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 172 | 0.42 | 0.53 | 0 | 0.33 | 252.39 | 0.37 | 0.49 |
| Hex | 63 | 50 | AC | 2A | 35 | 0 | 21 | FC | 25 | 31 |
| Octal | 143 | 120 | 254 | 52 | 65 | 0 | 41 | 374 | 45 | 61 |
| Binary | 1100011 | 1010000 | 10101100 | 101010 | 110101 | 0 | 100001 | 11111100 | 100101 | 110001 |
Color Harmonies of #6350AC
Complementary color
Monochromatic Colors of #6350AC
Black with #6350AC
Text Example
Text Example
White with #6350AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6350AC; }
p { color: rgb(99,80,172); }
H1.HeaderClassName
{
color: #6350AC;
}
.AnyTagClassName
{
color: #6350AC;
}
</style>
background-color css
<style>
a { background-color: #6350AC; }
a { background-color: rgb(99,80,172); }
div.DivClassName
{
background-color: #6350AC;
}
.BgClassName
{
background-color: #6350AC;
}
</style>
border-color css
<style>
span { border-color: #6350AC; }
span { border-color: rgb(99,80,172); }
td.TdClassName
{
border-color: #6350AC;
}
.TagClassName
{
border-color: #6350AC;
}
</style>