Shades of Blue Marguerite #6A49BF
Tints of Blue Marguerite #6A49BF
RGB
CMYK
RGB Variations
Color information
#6A49BF (or 0x6A49BF) is known color: Blue Marguerite. HEX triplet: 6A, 49 and BF. RGB value is (106,73,191). Sum of RGB (Red+Green+Blue) = 106+73+191=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A49BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A49BF is #95B640. Grayscale: #5F5F5F. Windows color (decimal): -9811521 or 12536170. OLE color: 12536170.
HSL color Cylindrical-coordinate representation of color #6A49BF: hue angle of 256.78º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A49BF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 73 | 191 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.25 |
| HSL | 256.78º | 0.48% | 0.52% | - |
| HSV(B) | 256.78º | 0.62% | 0.75% | - |
| XYZ | 17.73 | 11.59 | 50.59 | - |
| YUV | 96.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 191 | 0.45 | 0.62 | 0 | 0.25 | 256.78 | 0.48 | 0.52 |
| Hex | 6A | 49 | BF | 2D | 3E | 0 | 19 | 101 | 30 | 34 |
| Octal | 152 | 111 | 277 | 55 | 76 | 0 | 31 | 401 | 60 | 64 |
| Binary | 1101010 | 1001001 | 10111111 | 101101 | 111110 | 0 | 11001 | 100000001 | 110000 | 110100 |
Color Harmonies of #6A49BF
Complementary color
Monochromatic Colors of #6A49BF
Black with #6A49BF
Text Example
Text Example
White with #6A49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A49BF; }
p { color: rgb(106,73,191); }
H1.HeaderClassName
{
color: #6A49BF;
}
.AnyTagClassName
{
color: #6A49BF;
}
</style>
background-color css
<style>
a { background-color: #6A49BF; }
a { background-color: rgb(106,73,191); }
div.DivClassName
{
background-color: #6A49BF;
}
.BgClassName
{
background-color: #6A49BF;
}
</style>
border-color css
<style>
span { border-color: #6A49BF; }
span { border-color: rgb(106,73,191); }
td.TdClassName
{
border-color: #6A49BF;
}
.TagClassName
{
border-color: #6A49BF;
}
</style>