Shades of Blue Marguerite #6B64AB
Tints of Blue Marguerite #6B64AB
RGB
CMYK
RGB Variations
Color information
#6B64AB (or 0x6B64AB) is known color: Blue Marguerite. HEX triplet: 6B, 64 and AB. RGB value is (107,100,171). Sum of RGB (Red+Green+Blue) = 107+100+171=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B64AB is #949B54. Grayscale: #6D6D6D. Windows color (decimal): -9739093 or 11232363. OLE color: 11232363.
HSL color Cylindrical-coordinate representation of color #6B64AB: hue angle of 245.92º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B64AB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 100 | 171 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.33 |
| HSL | 245.92º | 0.3% | 0.53% | - |
| HSV(B) | 245.92º | 0.42% | 0.67% | - |
| XYZ | 17.97 | 15.18 | 40.51 | - |
| YUV | 110.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 171 | 0.37 | 0.42 | 0 | 0.33 | 245.92 | 0.3 | 0.53 |
| Hex | 6B | 64 | AB | 25 | 2A | 0 | 21 | F6 | 1E | 35 |
| Octal | 153 | 144 | 253 | 45 | 52 | 0 | 41 | 366 | 36 | 65 |
| Binary | 1101011 | 1100100 | 10101011 | 100101 | 101010 | 0 | 100001 | 11110110 | 11110 | 110101 |
Color Harmonies of #6B64AB
Complementary color
Monochromatic Colors of #6B64AB
Black with #6B64AB
Text Example
Text Example
White with #6B64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B64AB; }
p { color: rgb(107,100,171); }
H1.HeaderClassName
{
color: #6B64AB;
}
.AnyTagClassName
{
color: #6B64AB;
}
</style>
background-color css
<style>
a { background-color: #6B64AB; }
a { background-color: rgb(107,100,171); }
div.DivClassName
{
background-color: #6B64AB;
}
.BgClassName
{
background-color: #6B64AB;
}
</style>
border-color css
<style>
span { border-color: #6B64AB; }
span { border-color: rgb(107,100,171); }
td.TdClassName
{
border-color: #6B64AB;
}
.TagClassName
{
border-color: #6B64AB;
}
</style>