Shades of Blue Marguerite #6D64AD
Tints of Blue Marguerite #6D64AD
RGB
CMYK
RGB Variations
Color information
#6D64AD (or 0x6D64AD) is known color: Blue Marguerite. HEX triplet: 6D, 64 and AD. RGB value is (109,100,173). Sum of RGB (Red+Green+Blue) = 109+100+173=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D64AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D64AD is #929B52. Grayscale: #6E6E6E. Windows color (decimal): -9608019 or 11363437. OLE color: 11363437.
HSL color Cylindrical-coordinate representation of color #6D64AD: hue angle of 247.4º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D64AD is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 100 | 173 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.32 |
| HSL | 247.4º | 0.31% | 0.54% | - |
| HSV(B) | 247.4º | 0.42% | 0.68% | - |
| XYZ | 18.41 | 15.38 | 41.53 | - |
| YUV | 111.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 100 | 173 | 0.37 | 0.42 | 0 | 0.32 | 247.4 | 0.31 | 0.54 |
| Hex | 6D | 64 | AD | 25 | 2A | 0 | 20 | F7 | 1F | 36 |
| Octal | 155 | 144 | 255 | 45 | 52 | 0 | 40 | 367 | 37 | 66 |
| Binary | 1101101 | 1100100 | 10101101 | 100101 | 101010 | 0 | 100000 | 11110111 | 11111 | 110110 |
Color Harmonies of #6D64AD
Complementary color
Monochromatic Colors of #6D64AD
Black with #6D64AD
Text Example
Text Example
White with #6D64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D64AD; }
p { color: rgb(109,100,173); }
H1.HeaderClassName
{
color: #6D64AD;
}
.AnyTagClassName
{
color: #6D64AD;
}
</style>
background-color css
<style>
a { background-color: #6D64AD; }
a { background-color: rgb(109,100,173); }
div.DivClassName
{
background-color: #6D64AD;
}
.BgClassName
{
background-color: #6D64AD;
}
</style>
border-color css
<style>
span { border-color: #6D64AD; }
span { border-color: rgb(109,100,173); }
td.TdClassName
{
border-color: #6D64AD;
}
.TagClassName
{
border-color: #6D64AD;
}
</style>