Shades of Blue Marguerite #6F52B9
Tints of Blue Marguerite #6F52B9
RGB
CMYK
RGB Variations
Color information
#6F52B9 (or 0x6F52B9) is known color: Blue Marguerite. HEX triplet: 6F, 52 and B9. RGB value is (111,82,185). Sum of RGB (Red+Green+Blue) = 111+82+185=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F52B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52B9 is #90AD46. Grayscale: #666666. Windows color (decimal): -9481543 or 12145263. OLE color: 12145263.
HSL color Cylindrical-coordinate representation of color #6F52B9: hue angle of 256.89º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F52B9 is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 82 | 185 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.27 |
| HSL | 256.89º | 0.42% | 0.52% | - |
| HSV(B) | 256.89º | 0.56% | 0.73% | - |
| XYZ | 18.33 | 12.92 | 47.43 | - |
| YUV | 102.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 185 | 0.4 | 0.56 | 0 | 0.27 | 256.89 | 0.42 | 0.52 |
| Hex | 6F | 52 | B9 | 28 | 38 | 0 | 1B | 101 | 2A | 34 |
| Octal | 157 | 122 | 271 | 50 | 70 | 0 | 33 | 401 | 52 | 64 |
| Binary | 1101111 | 1010010 | 10111001 | 101000 | 111000 | 0 | 11011 | 100000001 | 101010 | 110100 |
Color Harmonies of #6F52B9
Complementary color
Monochromatic Colors of #6F52B9
Black with #6F52B9
Text Example
Text Example
White with #6F52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52B9; }
p { color: rgb(111,82,185); }
H1.HeaderClassName
{
color: #6F52B9;
}
.AnyTagClassName
{
color: #6F52B9;
}
</style>
background-color css
<style>
a { background-color: #6F52B9; }
a { background-color: rgb(111,82,185); }
div.DivClassName
{
background-color: #6F52B9;
}
.BgClassName
{
background-color: #6F52B9;
}
</style>
border-color css
<style>
span { border-color: #6F52B9; }
span { border-color: rgb(111,82,185); }
td.TdClassName
{
border-color: #6F52B9;
}
.TagClassName
{
border-color: #6F52B9;
}
</style>