Shades of Blue Marguerite #6F53AB
Tints of Blue Marguerite #6F53AB
RGB
CMYK
RGB Variations
Color information
#6F53AB (or 0x6F53AB) is known color: Blue Marguerite. HEX triplet: 6F, 53 and AB. RGB value is (111,83,171). Sum of RGB (Red+Green+Blue) = 111+83+171=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 83 (32.81% from 255 or 22.74% 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 #6F53AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F53AB is #90AC54. Grayscale: #656565. Windows color (decimal): -9481301 or 11228015. OLE color: 11228015.
HSL color Cylindrical-coordinate representation of color #6F53AB: hue angle of 259.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F53AB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 83 | 171 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.33 |
| HSL | 259.09º | 0.35% | 0.5% | - |
| HSV(B) | 259.09º | 0.51% | 0.67% | - |
| XYZ | 17 | 12.51 | 40.05 | - |
| YUV | 101.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 171 | 0.35 | 0.51 | 0 | 0.33 | 259.09 | 0.35 | 0.5 |
| Hex | 6F | 53 | AB | 23 | 33 | 0 | 21 | 103 | 23 | 32 |
| Octal | 157 | 123 | 253 | 43 | 63 | 0 | 41 | 403 | 43 | 62 |
| Binary | 1101111 | 1010011 | 10101011 | 100011 | 110011 | 0 | 100001 | 100000011 | 100011 | 110010 |
Color Harmonies of #6F53AB
Complementary color
Monochromatic Colors of #6F53AB
Black with #6F53AB
Text Example
Text Example
White with #6F53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F53AB; }
p { color: rgb(111,83,171); }
H1.HeaderClassName
{
color: #6F53AB;
}
.AnyTagClassName
{
color: #6F53AB;
}
</style>
background-color css
<style>
a { background-color: #6F53AB; }
a { background-color: rgb(111,83,171); }
div.DivClassName
{
background-color: #6F53AB;
}
.BgClassName
{
background-color: #6F53AB;
}
</style>
border-color css
<style>
span { border-color: #6F53AB; }
span { border-color: rgb(111,83,171); }
td.TdClassName
{
border-color: #6F53AB;
}
.TagClassName
{
border-color: #6F53AB;
}
</style>