Shades of Blue Marguerite #6355AC
Tints of Blue Marguerite #6355AC
RGB
CMYK
RGB Variations
Color information
#6355AC (or 0x6355AC) is known color: Blue Marguerite. HEX triplet: 63, 55 and AC. RGB value is (99,85,172). Sum of RGB (Red+Green+Blue) = 99+85+172=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6355AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AC is #9CAA53. Grayscale: #626262. Windows color (decimal): -10267220 or 11294051. OLE color: 11294051.
HSL color Cylindrical-coordinate representation of color #6355AC: hue angle of 249.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6355AC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 85 | 172 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.33 |
| HSL | 249.66º | 0.34% | 0.5% | - |
| HSV(B) | 249.66º | 0.51% | 0.67% | - |
| XYZ | 15.84 | 12.13 | 40.54 | - |
| YUV | 99.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 172 | 0.42 | 0.51 | 0 | 0.33 | 249.66 | 0.34 | 0.5 |
| Hex | 63 | 55 | AC | 2A | 33 | 0 | 21 | FA | 22 | 32 |
| Octal | 143 | 125 | 254 | 52 | 63 | 0 | 41 | 372 | 42 | 62 |
| Binary | 1100011 | 1010101 | 10101100 | 101010 | 110011 | 0 | 100001 | 11111010 | 100010 | 110010 |
Color Harmonies of #6355AC
Complementary color
Monochromatic Colors of #6355AC
Black with #6355AC
Text Example
Text Example
White with #6355AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355AC; }
p { color: rgb(99,85,172); }
H1.HeaderClassName
{
color: #6355AC;
}
.AnyTagClassName
{
color: #6355AC;
}
</style>
background-color css
<style>
a { background-color: #6355AC; }
a { background-color: rgb(99,85,172); }
div.DivClassName
{
background-color: #6355AC;
}
.BgClassName
{
background-color: #6355AC;
}
</style>
border-color css
<style>
span { border-color: #6355AC; }
span { border-color: rgb(99,85,172); }
td.TdClassName
{
border-color: #6355AC;
}
.TagClassName
{
border-color: #6355AC;
}
</style>