Shades of Blue Marguerite #6F55B8
Tints of Blue Marguerite #6F55B8
RGB
CMYK
RGB Variations
Color information
#6F55B8 (or 0x6F55B8) is known color: Blue Marguerite. HEX triplet: 6F, 55 and B8. RGB value is (111,85,184). Sum of RGB (Red+Green+Blue) = 111+85+184=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #6F55B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F55B8 is #90AA47. Grayscale: #676767. Windows color (decimal): -9480776 or 12080495. OLE color: 12080495.
HSL color Cylindrical-coordinate representation of color #6F55B8: hue angle of 255.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F55B8 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 85 | 184 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.28 |
| HSL | 255.76º | 0.41% | 0.53% | - |
| HSV(B) | 255.76º | 0.54% | 0.72% | - |
| XYZ | 18.46 | 13.34 | 46.95 | - |
| YUV | 104.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 184 | 0.40 | 0.54 | 0 | 0.28 | 255.76 | 0.41 | 0.53 |
| Hex | 6F | 55 | B8 | 28 | 36 | 0 | 1C | 100 | 29 | 35 |
| Octal | 157 | 125 | 270 | 50 | 66 | 0 | 34 | 400 | 51 | 65 |
| Binary | 1101111 | 1010101 | 10111000 | 101000 | 110110 | 0 | 11100 | 100000000 | 101001 | 110101 |
Color Harmonies of #6F55B8
Complementary color
Monochromatic Colors of #6F55B8
Black with #6F55B8
Text Example
Text Example
White with #6F55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F55B8; }
p { color: rgb(111,85,184); }
H1.HeaderClassName
{
color: #6F55B8;
}
.AnyTagClassName
{
color: #6F55B8;
}
</style>
background-color css
<style>
a { background-color: #6F55B8; }
a { background-color: rgb(111,85,184); }
div.DivClassName
{
background-color: #6F55B8;
}
.BgClassName
{
background-color: #6F55B8;
}
</style>
border-color css
<style>
span { border-color: #6F55B8; }
span { border-color: rgb(111,85,184); }
td.TdClassName
{
border-color: #6F55B8;
}
.TagClassName
{
border-color: #6F55B8;
}
</style>