Shades of Blue Marguerite #6D50B6
Tints of Blue Marguerite #6D50B6
RGB
CMYK
RGB Variations
Color information
#6D50B6 (or 0x6D50B6) is known color: Blue Marguerite. HEX triplet: 6D, 50 and B6. RGB value is (109,80,182). Sum of RGB (Red+Green+Blue) = 109+80+182=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D50B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D50B6 is #92AF49. Grayscale: #636363. Windows color (decimal): -9613130 or 11948141. OLE color: 11948141.
HSL color Cylindrical-coordinate representation of color #6D50B6: hue angle of 257.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D50B6 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 80 | 182 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.29 |
| HSL | 257.06º | 0.41% | 0.51% | - |
| HSV(B) | 257.06º | 0.56% | 0.71% | - |
| XYZ | 17.62 | 12.37 | 45.71 | - |
| YUV | 100.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 182 | 0.40 | 0.56 | 0 | 0.29 | 257.06 | 0.41 | 0.51 |
| Hex | 6D | 50 | B6 | 28 | 38 | 0 | 1D | 101 | 29 | 33 |
| Octal | 155 | 120 | 266 | 50 | 70 | 0 | 35 | 401 | 51 | 63 |
| Binary | 1101101 | 1010000 | 10110110 | 101000 | 111000 | 0 | 11101 | 100000001 | 101001 | 110011 |
Color Harmonies of #6D50B6
Complementary color
Monochromatic Colors of #6D50B6
Black with #6D50B6
Text Example
Text Example
White with #6D50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50B6; }
p { color: rgb(109,80,182); }
H1.HeaderClassName
{
color: #6D50B6;
}
.AnyTagClassName
{
color: #6D50B6;
}
</style>
background-color css
<style>
a { background-color: #6D50B6; }
a { background-color: rgb(109,80,182); }
div.DivClassName
{
background-color: #6D50B6;
}
.BgClassName
{
background-color: #6D50B6;
}
</style>
border-color css
<style>
span { border-color: #6D50B6; }
span { border-color: rgb(109,80,182); }
td.TdClassName
{
border-color: #6D50B6;
}
.TagClassName
{
border-color: #6D50B6;
}
</style>