Shades of Blue Marguerite #6F4CBA
Tints of Blue Marguerite #6F4CBA
RGB
CMYK
RGB Variations
Color information
#6F4CBA (or 0x6F4CBA) is known color: Blue Marguerite. HEX triplet: 6F, 4C and BA. RGB value is (111,76,186). Sum of RGB (Red+Green+Blue) = 111+76+186=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4CBA is #90B345. Grayscale: #626262. Windows color (decimal): -9483078 or 12209263. OLE color: 12209263.
HSL color Cylindrical-coordinate representation of color #6F4CBA: hue angle of 259.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4CBA is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 76 | 186 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.27 |
| HSL | 259.09º | 0.44% | 0.51% | - |
| HSV(B) | 259.09º | 0.59% | 0.73% | - |
| XYZ | 18 | 12.09 | 47.84 | - |
| YUV | 99.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 186 | 0.40 | 0.59 | 0 | 0.27 | 259.09 | 0.44 | 0.51 |
| Hex | 6F | 4C | BA | 28 | 3B | 0 | 1B | 103 | 2C | 33 |
| Octal | 157 | 114 | 272 | 50 | 73 | 0 | 33 | 403 | 54 | 63 |
| Binary | 1101111 | 1001100 | 10111010 | 101000 | 111011 | 0 | 11011 | 100000011 | 101100 | 110011 |
Color Harmonies of #6F4CBA
Complementary color
Monochromatic Colors of #6F4CBA
Black with #6F4CBA
Text Example
Text Example
White with #6F4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4CBA; }
p { color: rgb(111,76,186); }
H1.HeaderClassName
{
color: #6F4CBA;
}
.AnyTagClassName
{
color: #6F4CBA;
}
</style>
background-color css
<style>
a { background-color: #6F4CBA; }
a { background-color: rgb(111,76,186); }
div.DivClassName
{
background-color: #6F4CBA;
}
.BgClassName
{
background-color: #6F4CBA;
}
</style>
border-color css
<style>
span { border-color: #6F4CBA; }
span { border-color: rgb(111,76,186); }
td.TdClassName
{
border-color: #6F4CBA;
}
.TagClassName
{
border-color: #6F4CBA;
}
</style>