Shades of Blue Marguerite #6C4DBA
Tints of Blue Marguerite #6C4DBA
RGB
CMYK
RGB Variations
Color information
#6C4DBA (or 0x6C4DBA) is known color: Blue Marguerite. HEX triplet: 6C, 4D and BA. RGB value is (108,77,186). Sum of RGB (Red+Green+Blue) = 108+77+186=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C4DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DBA is #93B245. Grayscale: #626262. Windows color (decimal): -9679430 or 12209516. OLE color: 12209516.
HSL color Cylindrical-coordinate representation of color #6C4DBA: hue angle of 257.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C4DBA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 77 | 186 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.27 |
| HSL | 257.06º | 0.44% | 0.52% | - |
| HSV(B) | 257.06º | 0.59% | 0.73% | - |
| XYZ | 17.7 | 12.04 | 47.85 | - |
| YUV | 98.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 186 | 0.42 | 0.59 | 0 | 0.27 | 257.06 | 0.44 | 0.52 |
| Hex | 6C | 4D | BA | 2A | 3B | 0 | 1B | 101 | 2C | 34 |
| Octal | 154 | 115 | 272 | 52 | 73 | 0 | 33 | 401 | 54 | 64 |
| Binary | 1101100 | 1001101 | 10111010 | 101010 | 111011 | 0 | 11011 | 100000001 | 101100 | 110100 |
Color Harmonies of #6C4DBA
Complementary color
Monochromatic Colors of #6C4DBA
Black with #6C4DBA
Text Example
Text Example
White with #6C4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DBA; }
p { color: rgb(108,77,186); }
H1.HeaderClassName
{
color: #6C4DBA;
}
.AnyTagClassName
{
color: #6C4DBA;
}
</style>
background-color css
<style>
a { background-color: #6C4DBA; }
a { background-color: rgb(108,77,186); }
div.DivClassName
{
background-color: #6C4DBA;
}
.BgClassName
{
background-color: #6C4DBA;
}
</style>
border-color css
<style>
span { border-color: #6C4DBA; }
span { border-color: rgb(108,77,186); }
td.TdClassName
{
border-color: #6C4DBA;
}
.TagClassName
{
border-color: #6C4DBA;
}
</style>