Shades of Blue Marguerite #6B50AD
Tints of Blue Marguerite #6B50AD
RGB
CMYK
RGB Variations
Color information
#6B50AD (or 0x6B50AD) is known color: Blue Marguerite. HEX triplet: 6B, 50 and AD. RGB value is (107,80,173). Sum of RGB (Red+Green+Blue) = 107+80+173=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B50AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B50AD is #94AF52. Grayscale: #626262. Windows color (decimal): -9744211 or 11358315. OLE color: 11358315.
HSL color Cylindrical-coordinate representation of color #6B50AD: hue angle of 257.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B50AD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 80 | 173 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.32 |
| HSL | 257.42º | 0.37% | 0.5% | - |
| HSV(B) | 257.42º | 0.54% | 0.68% | - |
| XYZ | 16.47 | 11.88 | 40.96 | - |
| YUV | 98.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 173 | 0.38 | 0.54 | 0 | 0.32 | 257.42 | 0.37 | 0.5 |
| Hex | 6B | 50 | AD | 26 | 36 | 0 | 20 | 101 | 25 | 32 |
| Octal | 153 | 120 | 255 | 46 | 66 | 0 | 40 | 401 | 45 | 62 |
| Binary | 1101011 | 1010000 | 10101101 | 100110 | 110110 | 0 | 100000 | 100000001 | 100101 | 110010 |
Color Harmonies of #6B50AD
Complementary color
Monochromatic Colors of #6B50AD
Black with #6B50AD
Text Example
Text Example
White with #6B50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B50AD; }
p { color: rgb(107,80,173); }
H1.HeaderClassName
{
color: #6B50AD;
}
.AnyTagClassName
{
color: #6B50AD;
}
</style>
background-color css
<style>
a { background-color: #6B50AD; }
a { background-color: rgb(107,80,173); }
div.DivClassName
{
background-color: #6B50AD;
}
.BgClassName
{
background-color: #6B50AD;
}
</style>
border-color css
<style>
span { border-color: #6B50AD; }
span { border-color: rgb(107,80,173); }
td.TdClassName
{
border-color: #6B50AD;
}
.TagClassName
{
border-color: #6B50AD;
}
</style>