Shades of Blue Marguerite #6A5EB2
Tints of Blue Marguerite #6A5EB2
RGB
CMYK
RGB Variations
Color information
#6A5EB2 (or 0x6A5EB2) is known color: Blue Marguerite. HEX triplet: 6A, 5E and B2. RGB value is (106,94,178). Sum of RGB (Red+Green+Blue) = 106+94+178=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A5EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5EB2 is #95A14D. Grayscale: #6A6A6A. Windows color (decimal): -9806158 or 11689578. OLE color: 11689578.
HSL color Cylindrical-coordinate representation of color #6A5EB2: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A5EB2 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 94 | 178 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.30 |
| HSL | 248.57º | 0.35% | 0.53% | - |
| HSV(B) | 248.57º | 0.47% | 0.7% | - |
| XYZ | 17.98 | 14.28 | 43.93 | - |
| YUV | 107.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 178 | 0.40 | 0.47 | 0 | 0.30 | 248.57 | 0.35 | 0.53 |
| Hex | 6A | 5E | B2 | 28 | 2F | 0 | 1E | F9 | 23 | 35 |
| Octal | 152 | 136 | 262 | 50 | 57 | 0 | 36 | 371 | 43 | 65 |
| Binary | 1101010 | 1011110 | 10110010 | 101000 | 101111 | 0 | 11110 | 11111001 | 100011 | 110101 |
Color Harmonies of #6A5EB2
Complementary color
Monochromatic Colors of #6A5EB2
Black with #6A5EB2
Text Example
Text Example
White with #6A5EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5EB2; }
p { color: rgb(106,94,178); }
H1.HeaderClassName
{
color: #6A5EB2;
}
.AnyTagClassName
{
color: #6A5EB2;
}
</style>
background-color css
<style>
a { background-color: #6A5EB2; }
a { background-color: rgb(106,94,178); }
div.DivClassName
{
background-color: #6A5EB2;
}
.BgClassName
{
background-color: #6A5EB2;
}
</style>
border-color css
<style>
span { border-color: #6A5EB2; }
span { border-color: rgb(106,94,178); }
td.TdClassName
{
border-color: #6A5EB2;
}
.TagClassName
{
border-color: #6A5EB2;
}
</style>