Shades of Blue Marguerite #6F55AF
Tints of Blue Marguerite #6F55AF
RGB
CMYK
RGB Variations
Color information
#6F55AF (or 0x6F55AF) is known color: Blue Marguerite. HEX triplet: 6F, 55 and AF. RGB value is (111,85,175). Sum of RGB (Red+Green+Blue) = 111+85+175=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F55AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F55AF is #90AA50. Grayscale: #666666. Windows color (decimal): -9480785 or 11490671. OLE color: 11490671.
HSL color Cylindrical-coordinate representation of color #6F55AF: hue angle of 257.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F55AF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 85 | 175 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.31 |
| HSL | 257.33º | 0.36% | 0.51% | - |
| HSV(B) | 257.33º | 0.51% | 0.69% | - |
| XYZ | 17.54 | 12.97 | 42.14 | - |
| YUV | 103.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 175 | 0.37 | 0.51 | 0 | 0.31 | 257.33 | 0.36 | 0.51 |
| Hex | 6F | 55 | AF | 25 | 33 | 0 | 1F | 101 | 24 | 33 |
| Octal | 157 | 125 | 257 | 45 | 63 | 0 | 37 | 401 | 44 | 63 |
| Binary | 1101111 | 1010101 | 10101111 | 100101 | 110011 | 0 | 11111 | 100000001 | 100100 | 110011 |
Color Harmonies of #6F55AF
Complementary color
Monochromatic Colors of #6F55AF
Black with #6F55AF
Text Example
Text Example
White with #6F55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F55AF; }
p { color: rgb(111,85,175); }
H1.HeaderClassName
{
color: #6F55AF;
}
.AnyTagClassName
{
color: #6F55AF;
}
</style>
background-color css
<style>
a { background-color: #6F55AF; }
a { background-color: rgb(111,85,175); }
div.DivClassName
{
background-color: #6F55AF;
}
.BgClassName
{
background-color: #6F55AF;
}
</style>
border-color css
<style>
span { border-color: #6F55AF; }
span { border-color: rgb(111,85,175); }
td.TdClassName
{
border-color: #6F55AF;
}
.TagClassName
{
border-color: #6F55AF;
}
</style>