Shades of Blue Marguerite #6B57AB
Tints of Blue Marguerite #6B57AB
RGB
CMYK
RGB Variations
Color information
#6B57AB (or 0x6B57AB) is known color: Blue Marguerite. HEX triplet: 6B, 57 and AB. RGB value is (107,87,171). Sum of RGB (Red+Green+Blue) = 107+87+171=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B57AB is #94A854. Grayscale: #666666. Windows color (decimal): -9742421 or 11229035. OLE color: 11229035.
HSL color Cylindrical-coordinate representation of color #6B57AB: hue angle of 254.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B57AB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 87 | 171 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.33 |
| HSL | 254.29º | 0.33% | 0.51% | - |
| HSV(B) | 254.29º | 0.49% | 0.67% | - |
| XYZ | 16.82 | 12.88 | 40.13 | - |
| YUV | 102.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 171 | 0.37 | 0.49 | 0 | 0.33 | 254.29 | 0.33 | 0.51 |
| Hex | 6B | 57 | AB | 25 | 31 | 0 | 21 | FE | 21 | 33 |
| Octal | 153 | 127 | 253 | 45 | 61 | 0 | 41 | 376 | 41 | 63 |
| Binary | 1101011 | 1010111 | 10101011 | 100101 | 110001 | 0 | 100001 | 11111110 | 100001 | 110011 |
Color Harmonies of #6B57AB
Complementary color
Monochromatic Colors of #6B57AB
Black with #6B57AB
Text Example
Text Example
White with #6B57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B57AB; }
p { color: rgb(107,87,171); }
H1.HeaderClassName
{
color: #6B57AB;
}
.AnyTagClassName
{
color: #6B57AB;
}
</style>
background-color css
<style>
a { background-color: #6B57AB; }
a { background-color: rgb(107,87,171); }
div.DivClassName
{
background-color: #6B57AB;
}
.BgClassName
{
background-color: #6B57AB;
}
</style>
border-color css
<style>
span { border-color: #6B57AB; }
span { border-color: rgb(107,87,171); }
td.TdClassName
{
border-color: #6B57AB;
}
.TagClassName
{
border-color: #6B57AB;
}
</style>