Shades of Blue Marguerite #6E60BF
Tints of Blue Marguerite #6E60BF
RGB
CMYK
RGB Variations
Color information
#6E60BF (or 0x6E60BF) is known color: Blue Marguerite. HEX triplet: 6E, 60 and BF. RGB value is (110,96,191). Sum of RGB (Red+Green+Blue) = 110+96+191=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60BF is #919F40. Grayscale: #6E6E6E. Windows color (decimal): -9543489 or 12542062. OLE color: 12542062.
HSL color Cylindrical-coordinate representation of color #6E60BF: hue angle of 248.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E60BF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 96 | 191 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.25 |
| HSL | 248.84º | 0.43% | 0.56% | - |
| HSV(B) | 248.84º | 0.5% | 0.75% | - |
| XYZ | 20.02 | 15.44 | 51.22 | - |
| YUV | 111.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 191 | 0.42 | 0.50 | 0 | 0.25 | 248.84 | 0.43 | 0.56 |
| Hex | 6E | 60 | BF | 2A | 32 | 0 | 19 | F9 | 2B | 38 |
| Octal | 156 | 140 | 277 | 52 | 62 | 0 | 31 | 371 | 53 | 70 |
| Binary | 1101110 | 1100000 | 10111111 | 101010 | 110010 | 0 | 11001 | 11111001 | 101011 | 111000 |
Color Harmonies of #6E60BF
Complementary color
Monochromatic Colors of #6E60BF
Black with #6E60BF
Text Example
Text Example
White with #6E60BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60BF; }
p { color: rgb(110,96,191); }
H1.HeaderClassName
{
color: #6E60BF;
}
.AnyTagClassName
{
color: #6E60BF;
}
</style>
background-color css
<style>
a { background-color: #6E60BF; }
a { background-color: rgb(110,96,191); }
div.DivClassName
{
background-color: #6E60BF;
}
.BgClassName
{
background-color: #6E60BF;
}
</style>
border-color css
<style>
span { border-color: #6E60BF; }
span { border-color: rgb(110,96,191); }
td.TdClassName
{
border-color: #6E60BF;
}
.TagClassName
{
border-color: #6E60BF;
}
</style>