Shades of Blue Marguerite #6F59AA
Tints of Blue Marguerite #6F59AA
RGB
CMYK
RGB Variations
Color information
#6F59AA (or 0x6F59AA) is known color: Blue Marguerite. HEX triplet: 6F, 59 and AA. RGB value is (111,89,170). Sum of RGB (Red+Green+Blue) = 111+89+170=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F59AA is #90A655. Grayscale: #686868. Windows color (decimal): -9479766 or 11164015. OLE color: 11164015.
HSL color Cylindrical-coordinate representation of color #6F59AA: hue angle of 256.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F59AA is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 89 | 170 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.33 |
| HSL | 256.3º | 0.32% | 0.51% | - |
| HSV(B) | 256.3º | 0.48% | 0.67% | - |
| XYZ | 17.38 | 13.43 | 39.71 | - |
| YUV | 104.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 170 | 0.35 | 0.48 | 0 | 0.33 | 256.3 | 0.32 | 0.51 |
| Hex | 6F | 59 | AA | 23 | 30 | 0 | 21 | 100 | 20 | 33 |
| Octal | 157 | 131 | 252 | 43 | 60 | 0 | 41 | 400 | 40 | 63 |
| Binary | 1101111 | 1011001 | 10101010 | 100011 | 110000 | 0 | 100001 | 100000000 | 100000 | 110011 |
Color Harmonies of #6F59AA
Complementary color
Monochromatic Colors of #6F59AA
Black with #6F59AA
Text Example
Text Example
White with #6F59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F59AA; }
p { color: rgb(111,89,170); }
H1.HeaderClassName
{
color: #6F59AA;
}
.AnyTagClassName
{
color: #6F59AA;
}
</style>
background-color css
<style>
a { background-color: #6F59AA; }
a { background-color: rgb(111,89,170); }
div.DivClassName
{
background-color: #6F59AA;
}
.BgClassName
{
background-color: #6F59AA;
}
</style>
border-color css
<style>
span { border-color: #6F59AA; }
span { border-color: rgb(111,89,170); }
td.TdClassName
{
border-color: #6F59AA;
}
.TagClassName
{
border-color: #6F59AA;
}
</style>