Shades of Blue Marguerite #6D4FB1
Tints of Blue Marguerite #6D4FB1
RGB
CMYK
RGB Variations
Color information
#6D4FB1 (or 0x6D4FB1) is known color: Blue Marguerite. HEX triplet: 6D, 4F and B1. RGB value is (109,79,177). Sum of RGB (Red+Green+Blue) = 109+79+177=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #6D4FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FB1 is #92B04E. Grayscale: #626262. Windows color (decimal): -9613391 or 11620205. OLE color: 11620205.
HSL color Cylindrical-coordinate representation of color #6D4FB1: hue angle of 258.37º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4FB1 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 79 | 177 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.31 |
| HSL | 258.37º | 0.39% | 0.5% | - |
| HSV(B) | 258.37º | 0.55% | 0.69% | - |
| XYZ | 17.04 | 12.02 | 43.02 | - |
| YUV | 99.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 177 | 0.38 | 0.55 | 0 | 0.31 | 258.37 | 0.39 | 0.5 |
| Hex | 6D | 4F | B1 | 26 | 37 | 0 | 1F | 102 | 27 | 32 |
| Octal | 155 | 117 | 261 | 46 | 67 | 0 | 37 | 402 | 47 | 62 |
| Binary | 1101101 | 1001111 | 10110001 | 100110 | 110111 | 0 | 11111 | 100000010 | 100111 | 110010 |
Color Harmonies of #6D4FB1
Complementary color
Monochromatic Colors of #6D4FB1
Black with #6D4FB1
Text Example
Text Example
White with #6D4FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4FB1; }
p { color: rgb(109,79,177); }
H1.HeaderClassName
{
color: #6D4FB1;
}
.AnyTagClassName
{
color: #6D4FB1;
}
</style>
background-color css
<style>
a { background-color: #6D4FB1; }
a { background-color: rgb(109,79,177); }
div.DivClassName
{
background-color: #6D4FB1;
}
.BgClassName
{
background-color: #6D4FB1;
}
</style>
border-color css
<style>
span { border-color: #6D4FB1; }
span { border-color: rgb(109,79,177); }
td.TdClassName
{
border-color: #6D4FB1;
}
.TagClassName
{
border-color: #6D4FB1;
}
</style>