Shades of Blue Marguerite #6C4EBE
Tints of Blue Marguerite #6C4EBE
RGB
CMYK
RGB Variations
Color information
#6C4EBE (or 0x6C4EBE) is known color: Blue Marguerite. HEX triplet: 6C, 4E and BE. RGB value is (108,78,190). Sum of RGB (Red+Green+Blue) = 108+78+190=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4EBE is #93B141. Grayscale: #636363. Windows color (decimal): -9679170 or 12471916. OLE color: 12471916.
HSL color Cylindrical-coordinate representation of color #6C4EBE: hue angle of 256.07º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C4EBE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 78 | 190 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.25 |
| HSL | 256.07º | 0.46% | 0.53% | - |
| HSV(B) | 256.07º | 0.59% | 0.75% | - |
| XYZ | 18.2 | 12.35 | 50.14 | - |
| YUV | 99.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 190 | 0.43 | 0.59 | 0 | 0.25 | 256.07 | 0.46 | 0.53 |
| Hex | 6C | 4E | BE | 2B | 3B | 0 | 19 | 100 | 2E | 35 |
| Octal | 154 | 116 | 276 | 53 | 73 | 0 | 31 | 400 | 56 | 65 |
| Binary | 1101100 | 1001110 | 10111110 | 101011 | 111011 | 0 | 11001 | 100000000 | 101110 | 110101 |
Color Harmonies of #6C4EBE
Complementary color
Monochromatic Colors of #6C4EBE
Black with #6C4EBE
Text Example
Text Example
White with #6C4EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4EBE; }
p { color: rgb(108,78,190); }
H1.HeaderClassName
{
color: #6C4EBE;
}
.AnyTagClassName
{
color: #6C4EBE;
}
</style>
background-color css
<style>
a { background-color: #6C4EBE; }
a { background-color: rgb(108,78,190); }
div.DivClassName
{
background-color: #6C4EBE;
}
.BgClassName
{
background-color: #6C4EBE;
}
</style>
border-color css
<style>
span { border-color: #6C4EBE; }
span { border-color: rgb(108,78,190); }
td.TdClassName
{
border-color: #6C4EBE;
}
.TagClassName
{
border-color: #6C4EBE;
}
</style>