Shades of Blue Marguerite #6F58AD
Tints of Blue Marguerite #6F58AD
RGB
CMYK
RGB Variations
Color information
#6F58AD (or 0x6F58AD) is known color: Blue Marguerite. HEX triplet: 6F, 58 and AD. RGB value is (111,88,173). Sum of RGB (Red+Green+Blue) = 111+88+173=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AD is #90A752. Grayscale: #686868. Windows color (decimal): -9480019 or 11360367. OLE color: 11360367.
HSL color Cylindrical-coordinate representation of color #6F58AD: hue angle of 256.24º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F58AD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 88 | 173 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.32 |
| HSL | 256.24º | 0.34% | 0.51% | - |
| HSV(B) | 256.24º | 0.49% | 0.68% | - |
| XYZ | 17.59 | 13.38 | 41.19 | - |
| YUV | 104.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 173 | 0.36 | 0.49 | 0 | 0.32 | 256.24 | 0.34 | 0.51 |
| Hex | 6F | 58 | AD | 24 | 31 | 0 | 20 | 100 | 22 | 33 |
| Octal | 157 | 130 | 255 | 44 | 61 | 0 | 40 | 400 | 42 | 63 |
| Binary | 1101111 | 1011000 | 10101101 | 100100 | 110001 | 0 | 100000 | 100000000 | 100010 | 110011 |
Color Harmonies of #6F58AD
Complementary color
Monochromatic Colors of #6F58AD
Black with #6F58AD
Text Example
Text Example
White with #6F58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58AD; }
p { color: rgb(111,88,173); }
H1.HeaderClassName
{
color: #6F58AD;
}
.AnyTagClassName
{
color: #6F58AD;
}
</style>
background-color css
<style>
a { background-color: #6F58AD; }
a { background-color: rgb(111,88,173); }
div.DivClassName
{
background-color: #6F58AD;
}
.BgClassName
{
background-color: #6F58AD;
}
</style>
border-color css
<style>
span { border-color: #6F58AD; }
span { border-color: rgb(111,88,173); }
td.TdClassName
{
border-color: #6F58AD;
}
.TagClassName
{
border-color: #6F58AD;
}
</style>