Shades of Blue Marguerite #6A63AC
Tints of Blue Marguerite #6A63AC
RGB
CMYK
RGB Variations
Color information
#6A63AC (or 0x6A63AC) is known color: Blue Marguerite. HEX triplet: 6A, 63 and AC. RGB value is (106,99,172). Sum of RGB (Red+Green+Blue) = 106+99+172=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A63AC is #959C53. Grayscale: #6D6D6D. Windows color (decimal): -9804884 or 11297642. OLE color: 11297642.
HSL color Cylindrical-coordinate representation of color #6A63AC: hue angle of 245.75º degrees, saturation: 0.31, 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 #6A63AC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 99 | 172 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.33 |
| HSL | 245.75º | 0.31% | 0.53% | - |
| HSV(B) | 245.75º | 0.42% | 0.67% | - |
| XYZ | 17.85 | 14.97 | 40.98 | - |
| YUV | 109.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 172 | 0.38 | 0.42 | 0 | 0.33 | 245.75 | 0.31 | 0.53 |
| Hex | 6A | 63 | AC | 26 | 2A | 0 | 21 | F6 | 1F | 35 |
| Octal | 152 | 143 | 254 | 46 | 52 | 0 | 41 | 366 | 37 | 65 |
| Binary | 1101010 | 1100011 | 10101100 | 100110 | 101010 | 0 | 100001 | 11110110 | 11111 | 110101 |
Color Harmonies of #6A63AC
Complementary color
Monochromatic Colors of #6A63AC
Black with #6A63AC
Text Example
Text Example
White with #6A63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A63AC; }
p { color: rgb(106,99,172); }
H1.HeaderClassName
{
color: #6A63AC;
}
.AnyTagClassName
{
color: #6A63AC;
}
</style>
background-color css
<style>
a { background-color: #6A63AC; }
a { background-color: rgb(106,99,172); }
div.DivClassName
{
background-color: #6A63AC;
}
.BgClassName
{
background-color: #6A63AC;
}
</style>
border-color css
<style>
span { border-color: #6A63AC; }
span { border-color: rgb(106,99,172); }
td.TdClassName
{
border-color: #6A63AC;
}
.TagClassName
{
border-color: #6A63AC;
}
</style>