Shades of Blue Marguerite #6F52BB
Tints of Blue Marguerite #6F52BB
RGB
CMYK
RGB Variations
Color information
#6F52BB (or 0x6F52BB) is known color: Blue Marguerite. HEX triplet: 6F, 52 and BB. RGB value is (111,82,187). Sum of RGB (Red+Green+Blue) = 111+82+187=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F52BB is #90AD44. Grayscale: #666666. Windows color (decimal): -9481541 or 12276335. OLE color: 12276335.
HSL color Cylindrical-coordinate representation of color #6F52BB: hue angle of 256.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F52BB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 82 | 187 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.27 |
| HSL | 256.57º | 0.44% | 0.53% | - |
| HSV(B) | 256.57º | 0.56% | 0.73% | - |
| XYZ | 18.54 | 13 | 48.55 | - |
| YUV | 102.64 | 175.61 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 187 | 0.41 | 0.56 | 0 | 0.27 | 256.57 | 0.44 | 0.53 |
| Hex | 6F | 52 | BB | 29 | 38 | 0 | 1B | 101 | 2C | 35 |
| Octal | 157 | 122 | 273 | 51 | 70 | 0 | 33 | 401 | 54 | 65 |
| Binary | 1101111 | 1010010 | 10111011 | 101001 | 111000 | 0 | 11011 | 100000001 | 101100 | 110101 |
Color Harmonies of #6F52BB
Complementary color
Monochromatic Colors of #6F52BB
Black with #6F52BB
Text Example
Text Example
White with #6F52BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52BB; }
p { color: rgb(111,82,187); }
H1.HeaderClassName
{
color: #6F52BB;
}
.AnyTagClassName
{
color: #6F52BB;
}
</style>
background-color css
<style>
a { background-color: #6F52BB; }
a { background-color: rgb(111,82,187); }
div.DivClassName
{
background-color: #6F52BB;
}
.BgClassName
{
background-color: #6F52BB;
}
</style>
border-color css
<style>
span { border-color: #6F52BB; }
span { border-color: rgb(111,82,187); }
td.TdClassName
{
border-color: #6F52BB;
}
.TagClassName
{
border-color: #6F52BB;
}
</style>