Shades of Blue Marguerite #6B5BA8
Tints of Blue Marguerite #6B5BA8
RGB
CMYK
RGB Variations
Color information
#6B5BA8 (or 0x6B5BA8) is known color: Blue Marguerite. HEX triplet: 6B, 5B and A8. RGB value is (107,91,168). Sum of RGB (Red+Green+Blue) = 107+91+168=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 168 - color contains mainly: blue. Hex color #6B5BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BA8 is #94A457. Grayscale: #686868. Windows color (decimal): -9741400 or 11033451. OLE color: 11033451.
HSL color Cylindrical-coordinate representation of color #6B5BA8: hue angle of 252.47º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5BA8 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 91 | 168 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.34 |
| HSL | 252.47º | 0.31% | 0.51% | - |
| HSV(B) | 252.47º | 0.46% | 0.66% | - |
| XYZ | 16.87 | 13.44 | 38.75 | - |
| YUV | 104.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 168 | 0.36 | 0.46 | 0 | 0.34 | 252.47 | 0.31 | 0.51 |
| Hex | 6B | 5B | A8 | 24 | 2E | 0 | 22 | FC | 1F | 33 |
| Octal | 153 | 133 | 250 | 44 | 56 | 0 | 42 | 374 | 37 | 63 |
| Binary | 1101011 | 1011011 | 10101000 | 100100 | 101110 | 0 | 100010 | 11111100 | 11111 | 110011 |
Color Harmonies of #6B5BA8
Complementary color
Monochromatic Colors of #6B5BA8
Black with #6B5BA8
Text Example
Text Example
White with #6B5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BA8; }
p { color: rgb(107,91,168); }
H1.HeaderClassName
{
color: #6B5BA8;
}
.AnyTagClassName
{
color: #6B5BA8;
}
</style>
background-color css
<style>
a { background-color: #6B5BA8; }
a { background-color: rgb(107,91,168); }
div.DivClassName
{
background-color: #6B5BA8;
}
.BgClassName
{
background-color: #6B5BA8;
}
</style>
border-color css
<style>
span { border-color: #6B5BA8; }
span { border-color: rgb(107,91,168); }
td.TdClassName
{
border-color: #6B5BA8;
}
.TagClassName
{
border-color: #6B5BA8;
}
</style>