Shades of Blue Marguerite #6A4ABD
Tints of Blue Marguerite #6A4ABD
RGB
CMYK
RGB Variations
Color information
#6A4ABD (or 0x6A4ABD) is known color: Blue Marguerite. HEX triplet: 6A, 4A and BD. RGB value is (106,74,189). Sum of RGB (Red+Green+Blue) = 106+74+189=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A4ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ABD is #95B542. Grayscale: #606060. Windows color (decimal): -9811267 or 12405354. OLE color: 12405354.
HSL color Cylindrical-coordinate representation of color #6A4ABD: hue angle of 256.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A4ABD is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 74 | 189 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.26 |
| HSL | 256.7º | 0.47% | 0.52% | - |
| HSV(B) | 256.7º | 0.61% | 0.74% | - |
| XYZ | 17.58 | 11.64 | 49.46 | - |
| YUV | 96.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 189 | 0.44 | 0.61 | 0 | 0.26 | 256.7 | 0.47 | 0.52 |
| Hex | 6A | 4A | BD | 2C | 3D | 0 | 1A | 101 | 2F | 34 |
| Octal | 152 | 112 | 275 | 54 | 75 | 0 | 32 | 401 | 57 | 64 |
| Binary | 1101010 | 1001010 | 10111101 | 101100 | 111101 | 0 | 11010 | 100000001 | 101111 | 110100 |
Color Harmonies of #6A4ABD
Complementary color
Monochromatic Colors of #6A4ABD
Black with #6A4ABD
Text Example
Text Example
White with #6A4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4ABD; }
p { color: rgb(106,74,189); }
H1.HeaderClassName
{
color: #6A4ABD;
}
.AnyTagClassName
{
color: #6A4ABD;
}
</style>
background-color css
<style>
a { background-color: #6A4ABD; }
a { background-color: rgb(106,74,189); }
div.DivClassName
{
background-color: #6A4ABD;
}
.BgClassName
{
background-color: #6A4ABD;
}
</style>
border-color css
<style>
span { border-color: #6A4ABD; }
span { border-color: rgb(106,74,189); }
td.TdClassName
{
border-color: #6A4ABD;
}
.TagClassName
{
border-color: #6A4ABD;
}
</style>