Shades of Blue Marguerite #6E61AF
Tints of Blue Marguerite #6E61AF
RGB
CMYK
RGB Variations
Color information
#6E61AF (or 0x6E61AF) is known color: Blue Marguerite. HEX triplet: 6E, 61 and AF. RGB value is (110,97,175). Sum of RGB (Red+Green+Blue) = 110+97+175=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E61AF is #919E50. Grayscale: #6D6D6D. Windows color (decimal): -9543249 or 11493742. OLE color: 11493742.
HSL color Cylindrical-coordinate representation of color #6E61AF: hue angle of 250º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E61AF is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 97 | 175 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.31 |
| HSL | 250º | 0.33% | 0.53% | - |
| HSV(B) | 250º | 0.45% | 0.69% | - |
| XYZ | 18.44 | 14.96 | 42.47 | - |
| YUV | 109.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 175 | 0.37 | 0.45 | 0 | 0.31 | 250 | 0.33 | 0.53 |
| Hex | 6E | 61 | AF | 25 | 2D | 0 | 1F | FA | 21 | 35 |
| Octal | 156 | 141 | 257 | 45 | 55 | 0 | 37 | 372 | 41 | 65 |
| Binary | 1101110 | 1100001 | 10101111 | 100101 | 101101 | 0 | 11111 | 11111010 | 100001 | 110101 |
Color Harmonies of #6E61AF
Complementary color
Monochromatic Colors of #6E61AF
Black with #6E61AF
Text Example
Text Example
White with #6E61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E61AF; }
p { color: rgb(110,97,175); }
H1.HeaderClassName
{
color: #6E61AF;
}
.AnyTagClassName
{
color: #6E61AF;
}
</style>
background-color css
<style>
a { background-color: #6E61AF; }
a { background-color: rgb(110,97,175); }
div.DivClassName
{
background-color: #6E61AF;
}
.BgClassName
{
background-color: #6E61AF;
}
</style>
border-color css
<style>
span { border-color: #6E61AF; }
span { border-color: rgb(110,97,175); }
td.TdClassName
{
border-color: #6E61AF;
}
.TagClassName
{
border-color: #6E61AF;
}
</style>