Shades of Blue Marguerite #6B50B0
Tints of Blue Marguerite #6B50B0
RGB
CMYK
RGB Variations
Color information
#6B50B0 (or 0x6B50B0) is known color: Blue Marguerite. HEX triplet: 6B, 50 and B0. RGB value is (107,80,176). Sum of RGB (Red+Green+Blue) = 107+80+176=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B50B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B50B0 is #94AF4F. Grayscale: #626262. Windows color (decimal): -9744208 or 11554923. OLE color: 11554923.
HSL color Cylindrical-coordinate representation of color #6B50B0: hue angle of 256.88º degrees, saturation: 0.38, 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 #6B50B0 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 80 | 176 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.31 |
| HSL | 256.88º | 0.38% | 0.5% | - |
| HSV(B) | 256.88º | 0.55% | 0.69% | - |
| XYZ | 16.77 | 12 | 42.51 | - |
| YUV | 99.02 | 171.45 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 176 | 0.39 | 0.55 | 0 | 0.31 | 256.88 | 0.38 | 0.5 |
| Hex | 6B | 50 | B0 | 27 | 37 | 0 | 1F | 101 | 26 | 32 |
| Octal | 153 | 120 | 260 | 47 | 67 | 0 | 37 | 401 | 46 | 62 |
| Binary | 1101011 | 1010000 | 10110000 | 100111 | 110111 | 0 | 11111 | 100000001 | 100110 | 110010 |
Color Harmonies of #6B50B0
Complementary color
Monochromatic Colors of #6B50B0
Black with #6B50B0
Text Example
Text Example
White with #6B50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B50B0; }
p { color: rgb(107,80,176); }
H1.HeaderClassName
{
color: #6B50B0;
}
.AnyTagClassName
{
color: #6B50B0;
}
</style>
background-color css
<style>
a { background-color: #6B50B0; }
a { background-color: rgb(107,80,176); }
div.DivClassName
{
background-color: #6B50B0;
}
.BgClassName
{
background-color: #6B50B0;
}
</style>
border-color css
<style>
span { border-color: #6B50B0; }
span { border-color: rgb(107,80,176); }
td.TdClassName
{
border-color: #6B50B0;
}
.TagClassName
{
border-color: #6B50B0;
}
</style>