Shades of Blue Marguerite #6A63AB
Tints of Blue Marguerite #6A63AB
RGB
CMYK
RGB Variations
Color information
#6A63AB (or 0x6A63AB) is known color: Blue Marguerite. HEX triplet: 6A, 63 and AB. RGB value is (106,99,171). Sum of RGB (Red+Green+Blue) = 106+99+171=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A63AB is #959C54. Grayscale: #6D6D6D. Windows color (decimal): -9804885 or 11232106. OLE color: 11232106.
HSL color Cylindrical-coordinate representation of color #6A63AB: hue angle of 245.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A63AB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 99 | 171 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.33 |
| HSL | 245.83º | 0.3% | 0.53% | - |
| HSV(B) | 245.83º | 0.42% | 0.67% | - |
| XYZ | 17.76 | 14.93 | 40.47 | - |
| YUV | 109.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 171 | 0.38 | 0.42 | 0 | 0.33 | 245.83 | 0.3 | 0.53 |
| Hex | 6A | 63 | AB | 26 | 2A | 0 | 21 | F6 | 1E | 35 |
| Octal | 152 | 143 | 253 | 46 | 52 | 0 | 41 | 366 | 36 | 65 |
| Binary | 1101010 | 1100011 | 10101011 | 100110 | 101010 | 0 | 100001 | 11110110 | 11110 | 110101 |
Color Harmonies of #6A63AB
Complementary color
Monochromatic Colors of #6A63AB
Black with #6A63AB
Text Example
Text Example
White with #6A63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A63AB; }
p { color: rgb(106,99,171); }
H1.HeaderClassName
{
color: #6A63AB;
}
.AnyTagClassName
{
color: #6A63AB;
}
</style>
background-color css
<style>
a { background-color: #6A63AB; }
a { background-color: rgb(106,99,171); }
div.DivClassName
{
background-color: #6A63AB;
}
.BgClassName
{
background-color: #6A63AB;
}
</style>
border-color css
<style>
span { border-color: #6A63AB; }
span { border-color: rgb(106,99,171); }
td.TdClassName
{
border-color: #6A63AB;
}
.TagClassName
{
border-color: #6A63AB;
}
</style>