Shades of Blue Marguerite #6E4FB2
Tints of Blue Marguerite #6E4FB2
RGB
CMYK
RGB Variations
Color information
#6E4FB2 (or 0x6E4FB2) is known color: Blue Marguerite. HEX triplet: 6E, 4F and B2. RGB value is (110,79,178). Sum of RGB (Red+Green+Blue) = 110+79+178=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #6E4FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4FB2 is #91B04D. Grayscale: #636363. Windows color (decimal): -9547854 or 11685742. OLE color: 11685742.
HSL color Cylindrical-coordinate representation of color #6E4FB2: hue angle of 258.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4FB2 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 79 | 178 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.30 |
| HSL | 258.79º | 0.39% | 0.5% | - |
| HSV(B) | 258.79º | 0.56% | 0.7% | - |
| XYZ | 17.26 | 12.12 | 43.55 | - |
| YUV | 99.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 178 | 0.38 | 0.56 | 0 | 0.30 | 258.79 | 0.39 | 0.5 |
| Hex | 6E | 4F | B2 | 26 | 38 | 0 | 1E | 103 | 27 | 32 |
| Octal | 156 | 117 | 262 | 46 | 70 | 0 | 36 | 403 | 47 | 62 |
| Binary | 1101110 | 1001111 | 10110010 | 100110 | 111000 | 0 | 11110 | 100000011 | 100111 | 110010 |
Color Harmonies of #6E4FB2
Complementary color
Monochromatic Colors of #6E4FB2
Black with #6E4FB2
Text Example
Text Example
White with #6E4FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FB2; }
p { color: rgb(110,79,178); }
H1.HeaderClassName
{
color: #6E4FB2;
}
.AnyTagClassName
{
color: #6E4FB2;
}
</style>
background-color css
<style>
a { background-color: #6E4FB2; }
a { background-color: rgb(110,79,178); }
div.DivClassName
{
background-color: #6E4FB2;
}
.BgClassName
{
background-color: #6E4FB2;
}
</style>
border-color css
<style>
span { border-color: #6E4FB2; }
span { border-color: rgb(110,79,178); }
td.TdClassName
{
border-color: #6E4FB2;
}
.TagClassName
{
border-color: #6E4FB2;
}
</style>