Shades of Blue Marguerite #6D4CB3
Tints of Blue Marguerite #6D4CB3
RGB
CMYK
RGB Variations
Color information
#6D4CB3 (or 0x6D4CB3) is known color: Blue Marguerite. HEX triplet: 6D, 4C and B3. RGB value is (109,76,179). Sum of RGB (Red+Green+Blue) = 109+76+179=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D4CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CB3 is #92B34C. Grayscale: #616161. Windows color (decimal): -9614157 or 11750509. OLE color: 11750509.
HSL color Cylindrical-coordinate representation of color #6D4CB3: hue angle of 259.22º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D4CB3 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 76 | 179 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.30 |
| HSL | 259.22º | 0.4% | 0.5% | - |
| HSV(B) | 259.22º | 0.58% | 0.7% | - |
| XYZ | 17.03 | 11.67 | 44 | - |
| YUV | 97.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 179 | 0.39 | 0.58 | 0 | 0.30 | 259.22 | 0.4 | 0.5 |
| Hex | 6D | 4C | B3 | 27 | 3A | 0 | 1E | 103 | 28 | 32 |
| Octal | 155 | 114 | 263 | 47 | 72 | 0 | 36 | 403 | 50 | 62 |
| Binary | 1101101 | 1001100 | 10110011 | 100111 | 111010 | 0 | 11110 | 100000011 | 101000 | 110010 |
Color Harmonies of #6D4CB3
Complementary color
Monochromatic Colors of #6D4CB3
Black with #6D4CB3
Text Example
Text Example
White with #6D4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4CB3; }
p { color: rgb(109,76,179); }
H1.HeaderClassName
{
color: #6D4CB3;
}
.AnyTagClassName
{
color: #6D4CB3;
}
</style>
background-color css
<style>
a { background-color: #6D4CB3; }
a { background-color: rgb(109,76,179); }
div.DivClassName
{
background-color: #6D4CB3;
}
.BgClassName
{
background-color: #6D4CB3;
}
</style>
border-color css
<style>
span { border-color: #6D4CB3; }
span { border-color: rgb(109,76,179); }
td.TdClassName
{
border-color: #6D4CB3;
}
.TagClassName
{
border-color: #6D4CB3;
}
</style>