Shades of Blue Marguerite #6A4BBE
Tints of Blue Marguerite #6A4BBE
RGB
CMYK
RGB Variations
Color information
#6A4BBE (or 0x6A4BBE) is known color: Blue Marguerite. HEX triplet: 6A, 4B and BE. RGB value is (106,75,190). Sum of RGB (Red+Green+Blue) = 106+75+190=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BBE is #95B441. Grayscale: #606060. Windows color (decimal): -9811010 or 12471146. OLE color: 12471146.
HSL color Cylindrical-coordinate representation of color #6A4BBE: hue angle of 256.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A4BBE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 75 | 190 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.25 |
| HSL | 256.17º | 0.47% | 0.52% | - |
| HSV(B) | 256.17º | 0.61% | 0.75% | - |
| XYZ | 17.75 | 11.81 | 50.06 | - |
| YUV | 97.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 190 | 0.44 | 0.61 | 0 | 0.25 | 256.17 | 0.47 | 0.52 |
| Hex | 6A | 4B | BE | 2C | 3D | 0 | 19 | 100 | 2F | 34 |
| Octal | 152 | 113 | 276 | 54 | 75 | 0 | 31 | 400 | 57 | 64 |
| Binary | 1101010 | 1001011 | 10111110 | 101100 | 111101 | 0 | 11001 | 100000000 | 101111 | 110100 |
Color Harmonies of #6A4BBE
Complementary color
Monochromatic Colors of #6A4BBE
Black with #6A4BBE
Text Example
Text Example
White with #6A4BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4BBE; }
p { color: rgb(106,75,190); }
H1.HeaderClassName
{
color: #6A4BBE;
}
.AnyTagClassName
{
color: #6A4BBE;
}
</style>
background-color css
<style>
a { background-color: #6A4BBE; }
a { background-color: rgb(106,75,190); }
div.DivClassName
{
background-color: #6A4BBE;
}
.BgClassName
{
background-color: #6A4BBE;
}
</style>
border-color css
<style>
span { border-color: #6A4BBE; }
span { border-color: rgb(106,75,190); }
td.TdClassName
{
border-color: #6A4BBE;
}
.TagClassName
{
border-color: #6A4BBE;
}
</style>