Shades of Blue Marguerite #6B5ABA
Tints of Blue Marguerite #6B5ABA
RGB
CMYK
RGB Variations
Color information
#6B5ABA (or 0x6B5ABA) is known color: Blue Marguerite. HEX triplet: 6B, 5A and BA. RGB value is (107,90,186). Sum of RGB (Red+Green+Blue) = 107+90+186=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ABA is #94A545. Grayscale: #696969. Windows color (decimal): -9741638 or 12212843. OLE color: 12212843.
HSL color Cylindrical-coordinate representation of color #6B5ABA: hue angle of 250.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5ABA is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 90 | 186 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.27 |
| HSL | 250.63º | 0.41% | 0.54% | - |
| HSV(B) | 250.63º | 0.52% | 0.73% | - |
| XYZ | 18.58 | 13.98 | 48.17 | - |
| YUV | 106.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 186 | 0.42 | 0.52 | 0 | 0.27 | 250.63 | 0.41 | 0.54 |
| Hex | 6B | 5A | BA | 2A | 34 | 0 | 1B | FB | 29 | 36 |
| Octal | 153 | 132 | 272 | 52 | 64 | 0 | 33 | 373 | 51 | 66 |
| Binary | 1101011 | 1011010 | 10111010 | 101010 | 110100 | 0 | 11011 | 11111011 | 101001 | 110110 |
Color Harmonies of #6B5ABA
Complementary color
Monochromatic Colors of #6B5ABA
Black with #6B5ABA
Text Example
Text Example
White with #6B5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5ABA; }
p { color: rgb(107,90,186); }
H1.HeaderClassName
{
color: #6B5ABA;
}
.AnyTagClassName
{
color: #6B5ABA;
}
</style>
background-color css
<style>
a { background-color: #6B5ABA; }
a { background-color: rgb(107,90,186); }
div.DivClassName
{
background-color: #6B5ABA;
}
.BgClassName
{
background-color: #6B5ABA;
}
</style>
border-color css
<style>
span { border-color: #6B5ABA; }
span { border-color: rgb(107,90,186); }
td.TdClassName
{
border-color: #6B5ABA;
}
.TagClassName
{
border-color: #6B5ABA;
}
</style>