Shades of Blue Marguerite #6A50B7
Tints of Blue Marguerite #6A50B7
RGB
CMYK
RGB Variations
Color information
#6A50B7 (or 0x6A50B7) is known color: Blue Marguerite. HEX triplet: 6A, 50 and B7. RGB value is (106,80,183). Sum of RGB (Red+Green+Blue) = 106+80+183=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A50B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50B7 is #95AF48. Grayscale: #636363. Windows color (decimal): -9809737 or 12013674. OLE color: 12013674.
HSL color Cylindrical-coordinate representation of color #6A50B7: hue angle of 255.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A50B7 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 80 | 183 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.28 |
| HSL | 255.15º | 0.42% | 0.52% | - |
| HSV(B) | 255.15º | 0.56% | 0.72% | - |
| XYZ | 17.36 | 12.22 | 46.24 | - |
| YUV | 99.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 183 | 0.42 | 0.56 | 0 | 0.28 | 255.15 | 0.42 | 0.52 |
| Hex | 6A | 50 | B7 | 2A | 38 | 0 | 1C | FF | 2A | 34 |
| Octal | 152 | 120 | 267 | 52 | 70 | 0 | 34 | 377 | 52 | 64 |
| Binary | 1101010 | 1010000 | 10110111 | 101010 | 111000 | 0 | 11100 | 11111111 | 101010 | 110100 |
Color Harmonies of #6A50B7
Complementary color
Monochromatic Colors of #6A50B7
Black with #6A50B7
Text Example
Text Example
White with #6A50B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A50B7; }
p { color: rgb(106,80,183); }
H1.HeaderClassName
{
color: #6A50B7;
}
.AnyTagClassName
{
color: #6A50B7;
}
</style>
background-color css
<style>
a { background-color: #6A50B7; }
a { background-color: rgb(106,80,183); }
div.DivClassName
{
background-color: #6A50B7;
}
.BgClassName
{
background-color: #6A50B7;
}
</style>
border-color css
<style>
span { border-color: #6A50B7; }
span { border-color: rgb(106,80,183); }
td.TdClassName
{
border-color: #6A50B7;
}
.TagClassName
{
border-color: #6A50B7;
}
</style>