Shades of Blue Marguerite #6E64AF
Tints of Blue Marguerite #6E64AF
RGB
CMYK
RGB Variations
Color information
#6E64AF (or 0x6E64AF) is known color: Blue Marguerite. HEX triplet: 6E, 64 and AF. RGB value is (110,100,175). Sum of RGB (Red+Green+Blue) = 110+100+175=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E64AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E64AF is #919B50. Grayscale: #6F6F6F. Windows color (decimal): -9542481 or 11494510. OLE color: 11494510.
HSL color Cylindrical-coordinate representation of color #6E64AF: hue angle of 248º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E64AF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 100 | 175 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.31 |
| HSL | 248º | 0.32% | 0.54% | - |
| HSV(B) | 248º | 0.43% | 0.69% | - |
| XYZ | 18.73 | 15.52 | 42.57 | - |
| YUV | 111.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 175 | 0.37 | 0.43 | 0 | 0.31 | 248 | 0.32 | 0.54 |
| Hex | 6E | 64 | AF | 25 | 2B | 0 | 1F | F8 | 20 | 36 |
| Octal | 156 | 144 | 257 | 45 | 53 | 0 | 37 | 370 | 40 | 66 |
| Binary | 1101110 | 1100100 | 10101111 | 100101 | 101011 | 0 | 11111 | 11111000 | 100000 | 110110 |
Color Harmonies of #6E64AF
Complementary color
Monochromatic Colors of #6E64AF
Black with #6E64AF
Text Example
Text Example
White with #6E64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E64AF; }
p { color: rgb(110,100,175); }
H1.HeaderClassName
{
color: #6E64AF;
}
.AnyTagClassName
{
color: #6E64AF;
}
</style>
background-color css
<style>
a { background-color: #6E64AF; }
a { background-color: rgb(110,100,175); }
div.DivClassName
{
background-color: #6E64AF;
}
.BgClassName
{
background-color: #6E64AF;
}
</style>
border-color css
<style>
span { border-color: #6E64AF; }
span { border-color: rgb(110,100,175); }
td.TdClassName
{
border-color: #6E64AF;
}
.TagClassName
{
border-color: #6E64AF;
}
</style>