Shades of Blue Marguerite #6F4BB6
Tints of Blue Marguerite #6F4BB6
RGB
CMYK
RGB Variations
Color information
#6F4BB6 (or 0x6F4BB6) is known color: Blue Marguerite. HEX triplet: 6F, 4B and B6. RGB value is (111,75,182). Sum of RGB (Red+Green+Blue) = 111+75+182=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F4BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F4BB6 is #90B449. Grayscale: #616161. Windows color (decimal): -9483338 or 11946863. OLE color: 11946863.
HSL color Cylindrical-coordinate representation of color #6F4BB6: hue angle of 260.19º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4BB6 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 75 | 182 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.29 |
| HSL | 260.19º | 0.42% | 0.5% | - |
| HSV(B) | 260.19º | 0.59% | 0.71% | - |
| XYZ | 17.52 | 11.79 | 45.61 | - |
| YUV | 97.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 182 | 0.39 | 0.59 | 0 | 0.29 | 260.19 | 0.42 | 0.5 |
| Hex | 6F | 4B | B6 | 27 | 3B | 0 | 1D | 104 | 2A | 32 |
| Octal | 157 | 113 | 266 | 47 | 73 | 0 | 35 | 404 | 52 | 62 |
| Binary | 1101111 | 1001011 | 10110110 | 100111 | 111011 | 0 | 11101 | 100000100 | 101010 | 110010 |
Color Harmonies of #6F4BB6
Complementary color
Monochromatic Colors of #6F4BB6
Black with #6F4BB6
Text Example
Text Example
White with #6F4BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BB6; }
p { color: rgb(111,75,182); }
H1.HeaderClassName
{
color: #6F4BB6;
}
.AnyTagClassName
{
color: #6F4BB6;
}
</style>
background-color css
<style>
a { background-color: #6F4BB6; }
a { background-color: rgb(111,75,182); }
div.DivClassName
{
background-color: #6F4BB6;
}
.BgClassName
{
background-color: #6F4BB6;
}
</style>
border-color css
<style>
span { border-color: #6F4BB6; }
span { border-color: rgb(111,75,182); }
td.TdClassName
{
border-color: #6F4BB6;
}
.TagClassName
{
border-color: #6F4BB6;
}
</style>