Shades of Blue Marguerite #6B52AB
Tints of Blue Marguerite #6B52AB
RGB
CMYK
RGB Variations
Color information
#6B52AB (or 0x6B52AB) is known color: Blue Marguerite. HEX triplet: 6B, 52 and AB. RGB value is (107,82,171). Sum of RGB (Red+Green+Blue) = 107+82+171=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 82 (32.42% from 255 or 22.78% 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 #6B52AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B52AB is #94AD54. Grayscale: #636363. Windows color (decimal): -9743701 or 11227755. OLE color: 11227755.
HSL color Cylindrical-coordinate representation of color #6B52AB: hue angle of 256.85º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B52AB is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 82 | 171 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.33 |
| HSL | 256.85º | 0.35% | 0.5% | - |
| HSV(B) | 256.85º | 0.52% | 0.67% | - |
| XYZ | 16.43 | 12.1 | 40 | - |
| YUV | 99.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 171 | 0.37 | 0.52 | 0 | 0.33 | 256.85 | 0.35 | 0.5 |
| Hex | 6B | 52 | AB | 25 | 34 | 0 | 21 | 101 | 23 | 32 |
| Octal | 153 | 122 | 253 | 45 | 64 | 0 | 41 | 401 | 43 | 62 |
| Binary | 1101011 | 1010010 | 10101011 | 100101 | 110100 | 0 | 100001 | 100000001 | 100011 | 110010 |
Color Harmonies of #6B52AB
Complementary color
Monochromatic Colors of #6B52AB
Black with #6B52AB
Text Example
Text Example
White with #6B52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B52AB; }
p { color: rgb(107,82,171); }
H1.HeaderClassName
{
color: #6B52AB;
}
.AnyTagClassName
{
color: #6B52AB;
}
</style>
background-color css
<style>
a { background-color: #6B52AB; }
a { background-color: rgb(107,82,171); }
div.DivClassName
{
background-color: #6B52AB;
}
.BgClassName
{
background-color: #6B52AB;
}
</style>
border-color css
<style>
span { border-color: #6B52AB; }
span { border-color: rgb(107,82,171); }
td.TdClassName
{
border-color: #6B52AB;
}
.TagClassName
{
border-color: #6B52AB;
}
</style>