Shades of Blue Marguerite #6E60B4
Tints of Blue Marguerite #6E60B4
RGB
CMYK
RGB Variations
Color information
#6E60B4 (or 0x6E60B4) is known color: Blue Marguerite. HEX triplet: 6E, 60 and B4. RGB value is (110,96,180). Sum of RGB (Red+Green+Blue) = 110+96+180=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E60B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60B4 is #919F4B. Grayscale: #6D6D6D. Windows color (decimal): -9543500 or 11821166. OLE color: 11821166.
HSL color Cylindrical-coordinate representation of color #6E60B4: hue angle of 250º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E60B4 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 96 | 180 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.29 |
| HSL | 250º | 0.36% | 0.54% | - |
| HSV(B) | 250º | 0.47% | 0.71% | - |
| XYZ | 18.85 | 14.98 | 45.08 | - |
| YUV | 109.76 | 167.64 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 180 | 0.39 | 0.47 | 0 | 0.29 | 250 | 0.36 | 0.54 |
| Hex | 6E | 60 | B4 | 27 | 2F | 0 | 1D | FA | 24 | 36 |
| Octal | 156 | 140 | 264 | 47 | 57 | 0 | 35 | 372 | 44 | 66 |
| Binary | 1101110 | 1100000 | 10110100 | 100111 | 101111 | 0 | 11101 | 11111010 | 100100 | 110110 |
Color Harmonies of #6E60B4
Complementary color
Monochromatic Colors of #6E60B4
Black with #6E60B4
Text Example
Text Example
White with #6E60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60B4; }
p { color: rgb(110,96,180); }
H1.HeaderClassName
{
color: #6E60B4;
}
.AnyTagClassName
{
color: #6E60B4;
}
</style>
background-color css
<style>
a { background-color: #6E60B4; }
a { background-color: rgb(110,96,180); }
div.DivClassName
{
background-color: #6E60B4;
}
.BgClassName
{
background-color: #6E60B4;
}
</style>
border-color css
<style>
span { border-color: #6E60B4; }
span { border-color: rgb(110,96,180); }
td.TdClassName
{
border-color: #6E60B4;
}
.TagClassName
{
border-color: #6E60B4;
}
</style>