Shades of Blue Marguerite #6B5AB1
Tints of Blue Marguerite #6B5AB1
RGB
CMYK
RGB Variations
Color information
#6B5AB1 (or 0x6B5AB1) is known color: Blue Marguerite. HEX triplet: 6B, 5A and B1. RGB value is (107,90,177). Sum of RGB (Red+Green+Blue) = 107+90+177=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B5AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AB1 is #94A54E. Grayscale: #686868. Windows color (decimal): -9741647 or 11623019. OLE color: 11623019.
HSL color Cylindrical-coordinate representation of color #6B5AB1: hue angle of 251.72º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B5AB1 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 90 | 177 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.31 |
| HSL | 251.72º | 0.36% | 0.52% | - |
| HSV(B) | 251.72º | 0.49% | 0.69% | - |
| XYZ | 17.66 | 13.61 | 43.29 | - |
| YUV | 105 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 177 | 0.40 | 0.49 | 0 | 0.31 | 251.72 | 0.36 | 0.52 |
| Hex | 6B | 5A | B1 | 28 | 31 | 0 | 1F | FC | 24 | 34 |
| Octal | 153 | 132 | 261 | 50 | 61 | 0 | 37 | 374 | 44 | 64 |
| Binary | 1101011 | 1011010 | 10110001 | 101000 | 110001 | 0 | 11111 | 11111100 | 100100 | 110100 |
Color Harmonies of #6B5AB1
Complementary color
Monochromatic Colors of #6B5AB1
Black with #6B5AB1
Text Example
Text Example
White with #6B5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AB1; }
p { color: rgb(107,90,177); }
H1.HeaderClassName
{
color: #6B5AB1;
}
.AnyTagClassName
{
color: #6B5AB1;
}
</style>
background-color css
<style>
a { background-color: #6B5AB1; }
a { background-color: rgb(107,90,177); }
div.DivClassName
{
background-color: #6B5AB1;
}
.BgClassName
{
background-color: #6B5AB1;
}
</style>
border-color css
<style>
span { border-color: #6B5AB1; }
span { border-color: rgb(107,90,177); }
td.TdClassName
{
border-color: #6B5AB1;
}
.TagClassName
{
border-color: #6B5AB1;
}
</style>