Shades of Blue Marguerite #6F4FB4
Tints of Blue Marguerite #6F4FB4
RGB
CMYK
RGB Variations
Color information
#6F4FB4 (or 0x6F4FB4) is known color: Blue Marguerite. HEX triplet: 6F, 4F and B4. RGB value is (111,79,180). Sum of RGB (Red+Green+Blue) = 111+79+180=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F4FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4FB4 is #90B04B. Grayscale: #636363. Windows color (decimal): -9482316 or 11816815. OLE color: 11816815.
HSL color Cylindrical-coordinate representation of color #6F4FB4: hue angle of 259.01º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F4FB4 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 79 | 180 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.29 |
| HSL | 259.01º | 0.4% | 0.51% | - |
| HSV(B) | 259.01º | 0.56% | 0.71% | - |
| XYZ | 17.59 | 12.27 | 44.62 | - |
| YUV | 100.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 180 | 0.38 | 0.56 | 0 | 0.29 | 259.01 | 0.4 | 0.51 |
| Hex | 6F | 4F | B4 | 26 | 38 | 0 | 1D | 103 | 28 | 33 |
| Octal | 157 | 117 | 264 | 46 | 70 | 0 | 35 | 403 | 50 | 63 |
| Binary | 1101111 | 1001111 | 10110100 | 100110 | 111000 | 0 | 11101 | 100000011 | 101000 | 110011 |
Color Harmonies of #6F4FB4
Complementary color
Monochromatic Colors of #6F4FB4
Black with #6F4FB4
Text Example
Text Example
White with #6F4FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4FB4; }
p { color: rgb(111,79,180); }
H1.HeaderClassName
{
color: #6F4FB4;
}
.AnyTagClassName
{
color: #6F4FB4;
}
</style>
background-color css
<style>
a { background-color: #6F4FB4; }
a { background-color: rgb(111,79,180); }
div.DivClassName
{
background-color: #6F4FB4;
}
.BgClassName
{
background-color: #6F4FB4;
}
</style>
border-color css
<style>
span { border-color: #6F4FB4; }
span { border-color: rgb(111,79,180); }
td.TdClassName
{
border-color: #6F4FB4;
}
.TagClassName
{
border-color: #6F4FB4;
}
</style>