Shades of Blue Marguerite #6F53BF
Tints of Blue Marguerite #6F53BF
RGB
CMYK
RGB Variations
Color information
#6F53BF (or 0x6F53BF) is known color: Blue Marguerite. HEX triplet: 6F, 53 and BF. RGB value is (111,83,191). Sum of RGB (Red+Green+Blue) = 111+83+191=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F53BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53BF is #90AC40. Grayscale: #676767. Windows color (decimal): -9481281 or 12538735. OLE color: 12538735.
HSL color Cylindrical-coordinate representation of color #6F53BF: hue angle of 255.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F53BF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 83 | 191 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.25 |
| HSL | 255.56º | 0.46% | 0.54% | - |
| HSV(B) | 255.56º | 0.57% | 0.75% | - |
| XYZ | 19.05 | 13.33 | 50.86 | - |
| YUV | 103.68 | 177.28 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 83 | 191 | 0.42 | 0.57 | 0 | 0.25 | 255.56 | 0.46 | 0.54 |
| Hex | 6F | 53 | BF | 2A | 39 | 0 | 19 | 100 | 2E | 36 |
| Octal | 157 | 123 | 277 | 52 | 71 | 0 | 31 | 400 | 56 | 66 |
| Binary | 1101111 | 1010011 | 10111111 | 101010 | 111001 | 0 | 11001 | 100000000 | 101110 | 110110 |
Color Harmonies of #6F53BF
Complementary color
Monochromatic Colors of #6F53BF
Black with #6F53BF
Text Example
Text Example
White with #6F53BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F53BF; }
p { color: rgb(111,83,191); }
H1.HeaderClassName
{
color: #6F53BF;
}
.AnyTagClassName
{
color: #6F53BF;
}
</style>
background-color css
<style>
a { background-color: #6F53BF; }
a { background-color: rgb(111,83,191); }
div.DivClassName
{
background-color: #6F53BF;
}
.BgClassName
{
background-color: #6F53BF;
}
</style>
border-color css
<style>
span { border-color: #6F53BF; }
span { border-color: rgb(111,83,191); }
td.TdClassName
{
border-color: #6F53BF;
}
.TagClassName
{
border-color: #6F53BF;
}
</style>