Shades of Blue Marguerite #6A4DBD
Tints of Blue Marguerite #6A4DBD
RGB
CMYK
RGB Variations
Color information
#6A4DBD (or 0x6A4DBD) is known color: Blue Marguerite. HEX triplet: 6A, 4D and BD. RGB value is (106,77,189). Sum of RGB (Red+Green+Blue) = 106+77+189=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A4DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DBD is #95B242. Grayscale: #626262. Windows color (decimal): -9810499 or 12406122. OLE color: 12406122.
HSL color Cylindrical-coordinate representation of color #6A4DBD: hue angle of 255.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A4DBD is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 77 | 189 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.26 |
| HSL | 255.54º | 0.46% | 0.52% | - |
| HSV(B) | 255.54º | 0.59% | 0.74% | - |
| XYZ | 17.78 | 12.05 | 49.53 | - |
| YUV | 98.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 189 | 0.44 | 0.59 | 0 | 0.26 | 255.54 | 0.46 | 0.52 |
| Hex | 6A | 4D | BD | 2C | 3B | 0 | 1A | 100 | 2E | 34 |
| Octal | 152 | 115 | 275 | 54 | 73 | 0 | 32 | 400 | 56 | 64 |
| Binary | 1101010 | 1001101 | 10111101 | 101100 | 111011 | 0 | 11010 | 100000000 | 101110 | 110100 |
Color Harmonies of #6A4DBD
Complementary color
Monochromatic Colors of #6A4DBD
Black with #6A4DBD
Text Example
Text Example
White with #6A4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4DBD; }
p { color: rgb(106,77,189); }
H1.HeaderClassName
{
color: #6A4DBD;
}
.AnyTagClassName
{
color: #6A4DBD;
}
</style>
background-color css
<style>
a { background-color: #6A4DBD; }
a { background-color: rgb(106,77,189); }
div.DivClassName
{
background-color: #6A4DBD;
}
.BgClassName
{
background-color: #6A4DBD;
}
</style>
border-color css
<style>
span { border-color: #6A4DBD; }
span { border-color: rgb(106,77,189); }
td.TdClassName
{
border-color: #6A4DBD;
}
.TagClassName
{
border-color: #6A4DBD;
}
</style>