Shades of Blue Marguerite #6E64B4
Tints of Blue Marguerite #6E64B4
RGB
CMYK
RGB Variations
Color information
#6E64B4 (or 0x6E64B4) is known color: Blue Marguerite. HEX triplet: 6E, 64 and B4. RGB value is (110,100,180). Sum of RGB (Red+Green+Blue) = 110+100+180=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E64B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64B4 is #919B4B. Grayscale: #6F6F6F. Windows color (decimal): -9542476 or 11822190. OLE color: 11822190.
HSL color Cylindrical-coordinate representation of color #6E64B4: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E64B4 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 100 | 180 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.29 |
| HSL | 247.5º | 0.35% | 0.55% | - |
| HSV(B) | 247.5º | 0.44% | 0.71% | - |
| XYZ | 19.23 | 15.72 | 45.2 | - |
| YUV | 112.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 180 | 0.39 | 0.44 | 0 | 0.29 | 247.5 | 0.35 | 0.55 |
| Hex | 6E | 64 | B4 | 27 | 2C | 0 | 1D | F8 | 23 | 37 |
| Octal | 156 | 144 | 264 | 47 | 54 | 0 | 35 | 370 | 43 | 67 |
| Binary | 1101110 | 1100100 | 10110100 | 100111 | 101100 | 0 | 11101 | 11111000 | 100011 | 110111 |
Color Harmonies of #6E64B4
Complementary color
Monochromatic Colors of #6E64B4
Black with #6E64B4
Text Example
Text Example
White with #6E64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E64B4; }
p { color: rgb(110,100,180); }
H1.HeaderClassName
{
color: #6E64B4;
}
.AnyTagClassName
{
color: #6E64B4;
}
</style>
background-color css
<style>
a { background-color: #6E64B4; }
a { background-color: rgb(110,100,180); }
div.DivClassName
{
background-color: #6E64B4;
}
.BgClassName
{
background-color: #6E64B4;
}
</style>
border-color css
<style>
span { border-color: #6E64B4; }
span { border-color: rgb(110,100,180); }
td.TdClassName
{
border-color: #6E64B4;
}
.TagClassName
{
border-color: #6E64B4;
}
</style>