Shades of Blue Marguerite #6C47BF
Tints of Blue Marguerite #6C47BF
RGB
CMYK
RGB Variations
Color information
#6C47BF (or 0x6C47BF) is known color: Blue Marguerite. HEX triplet: 6C, 47 and BF. RGB value is (108,71,191). Sum of RGB (Red+Green+Blue) = 108+71+191=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C47BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47BF is #93B840. Grayscale: #5F5F5F. Windows color (decimal): -9680961 or 12535660. OLE color: 12535660.
HSL color Cylindrical-coordinate representation of color #6C47BF: hue angle of 258.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C47BF is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 71 | 191 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.25 |
| HSL | 258.5º | 0.48% | 0.51% | - |
| HSV(B) | 258.5º | 0.63% | 0.75% | - |
| XYZ | 17.84 | 11.46 | 50.56 | - |
| YUV | 95.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 191 | 0.43 | 0.63 | 0 | 0.25 | 258.5 | 0.48 | 0.51 |
| Hex | 6C | 47 | BF | 2B | 3F | 0 | 19 | 102 | 30 | 33 |
| Octal | 154 | 107 | 277 | 53 | 77 | 0 | 31 | 402 | 60 | 63 |
| Binary | 1101100 | 1000111 | 10111111 | 101011 | 111111 | 0 | 11001 | 100000010 | 110000 | 110011 |
Color Harmonies of #6C47BF
Complementary color
Monochromatic Colors of #6C47BF
Black with #6C47BF
Text Example
Text Example
White with #6C47BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47BF; }
p { color: rgb(108,71,191); }
H1.HeaderClassName
{
color: #6C47BF;
}
.AnyTagClassName
{
color: #6C47BF;
}
</style>
background-color css
<style>
a { background-color: #6C47BF; }
a { background-color: rgb(108,71,191); }
div.DivClassName
{
background-color: #6C47BF;
}
.BgClassName
{
background-color: #6C47BF;
}
</style>
border-color css
<style>
span { border-color: #6C47BF; }
span { border-color: rgb(108,71,191); }
td.TdClassName
{
border-color: #6C47BF;
}
.TagClassName
{
border-color: #6C47BF;
}
</style>