Shades of Blue Marguerite #6E65BA
Tints of Blue Marguerite #6E65BA
RGB
CMYK
RGB Variations
Color information
#6E65BA (or 0x6E65BA) is known color: Blue Marguerite. HEX triplet: 6E, 65 and BA. RGB value is (110,101,186). Sum of RGB (Red+Green+Blue) = 110+101+186=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E65BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65BA is #919A45. Grayscale: #717171. Windows color (decimal): -9542214 or 12215662. OLE color: 12215662.
HSL color Cylindrical-coordinate representation of color #6E65BA: hue angle of 246.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E65BA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 101 | 186 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.27 |
| HSL | 246.35º | 0.38% | 0.56% | - |
| HSV(B) | 246.35º | 0.46% | 0.73% | - |
| XYZ | 19.95 | 16.17 | 48.52 | - |
| YUV | 113.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 186 | 0.41 | 0.46 | 0 | 0.27 | 246.35 | 0.38 | 0.56 |
| Hex | 6E | 65 | BA | 29 | 2E | 0 | 1B | F6 | 26 | 38 |
| Octal | 156 | 145 | 272 | 51 | 56 | 0 | 33 | 366 | 46 | 70 |
| Binary | 1101110 | 1100101 | 10111010 | 101001 | 101110 | 0 | 11011 | 11110110 | 100110 | 111000 |
Color Harmonies of #6E65BA
Complementary color
Monochromatic Colors of #6E65BA
Black with #6E65BA
Text Example
Text Example
White with #6E65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E65BA; }
p { color: rgb(110,101,186); }
H1.HeaderClassName
{
color: #6E65BA;
}
.AnyTagClassName
{
color: #6E65BA;
}
</style>
background-color css
<style>
a { background-color: #6E65BA; }
a { background-color: rgb(110,101,186); }
div.DivClassName
{
background-color: #6E65BA;
}
.BgClassName
{
background-color: #6E65BA;
}
</style>
border-color css
<style>
span { border-color: #6E65BA; }
span { border-color: rgb(110,101,186); }
td.TdClassName
{
border-color: #6E65BA;
}
.TagClassName
{
border-color: #6E65BA;
}
</style>