Shades of Blue Marguerite #6B5EAD
Tints of Blue Marguerite #6B5EAD
RGB
CMYK
RGB Variations
Color information
#6B5EAD (or 0x6B5EAD) is known color: Blue Marguerite. HEX triplet: 6B, 5E and AD. RGB value is (107,94,173). Sum of RGB (Red+Green+Blue) = 107+94+173=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B5EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5EAD is #94A152. Grayscale: #6A6A6A. Windows color (decimal): -9740627 or 11361899. OLE color: 11361899.
HSL color Cylindrical-coordinate representation of color #6B5EAD: hue angle of 249.87º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5EAD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 94 | 173 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.32 |
| HSL | 249.87º | 0.33% | 0.52% | - |
| HSV(B) | 249.87º | 0.46% | 0.68% | - |
| XYZ | 17.61 | 14.15 | 41.34 | - |
| YUV | 106.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 173 | 0.38 | 0.46 | 0 | 0.32 | 249.87 | 0.33 | 0.52 |
| Hex | 6B | 5E | AD | 26 | 2E | 0 | 20 | FA | 21 | 34 |
| Octal | 153 | 136 | 255 | 46 | 56 | 0 | 40 | 372 | 41 | 64 |
| Binary | 1101011 | 1011110 | 10101101 | 100110 | 101110 | 0 | 100000 | 11111010 | 100001 | 110100 |
Color Harmonies of #6B5EAD
Complementary color
Monochromatic Colors of #6B5EAD
Black with #6B5EAD
Text Example
Text Example
White with #6B5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5EAD; }
p { color: rgb(107,94,173); }
H1.HeaderClassName
{
color: #6B5EAD;
}
.AnyTagClassName
{
color: #6B5EAD;
}
</style>
background-color css
<style>
a { background-color: #6B5EAD; }
a { background-color: rgb(107,94,173); }
div.DivClassName
{
background-color: #6B5EAD;
}
.BgClassName
{
background-color: #6B5EAD;
}
</style>
border-color css
<style>
span { border-color: #6B5EAD; }
span { border-color: rgb(107,94,173); }
td.TdClassName
{
border-color: #6B5EAD;
}
.TagClassName
{
border-color: #6B5EAD;
}
</style>