Shades of Blue Marguerite #6C51AB
Tints of Blue Marguerite #6C51AB
RGB
CMYK
RGB Variations
Color information
#6C51AB (or 0x6C51AB) is known color: Blue Marguerite. HEX triplet: 6C, 51 and AB. RGB value is (108,81,171). Sum of RGB (Red+Green+Blue) = 108+81+171=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C51AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C51AB is #93AE54. Grayscale: #636363. Windows color (decimal): -9678421 or 11227500. OLE color: 11227500.
HSL color Cylindrical-coordinate representation of color #6C51AB: hue angle of 258º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C51AB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 81 | 171 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.33 |
| HSL | 258º | 0.36% | 0.49% | - |
| HSV(B) | 258º | 0.53% | 0.67% | - |
| XYZ | 16.48 | 12.01 | 39.98 | - |
| YUV | 99.33 | 168.45 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 171 | 0.37 | 0.53 | 0 | 0.33 | 258 | 0.36 | 0.49 |
| Hex | 6C | 51 | AB | 25 | 35 | 0 | 21 | 102 | 24 | 31 |
| Octal | 154 | 121 | 253 | 45 | 65 | 0 | 41 | 402 | 44 | 61 |
| Binary | 1101100 | 1010001 | 10101011 | 100101 | 110101 | 0 | 100001 | 100000010 | 100100 | 110001 |
Color Harmonies of #6C51AB
Complementary color
Monochromatic Colors of #6C51AB
Black with #6C51AB
Text Example
Text Example
White with #6C51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C51AB; }
p { color: rgb(108,81,171); }
H1.HeaderClassName
{
color: #6C51AB;
}
.AnyTagClassName
{
color: #6C51AB;
}
</style>
background-color css
<style>
a { background-color: #6C51AB; }
a { background-color: rgb(108,81,171); }
div.DivClassName
{
background-color: #6C51AB;
}
.BgClassName
{
background-color: #6C51AB;
}
</style>
border-color css
<style>
span { border-color: #6C51AB; }
span { border-color: rgb(108,81,171); }
td.TdClassName
{
border-color: #6C51AB;
}
.TagClassName
{
border-color: #6C51AB;
}
</style>