Shades of Blue Marguerite #6A50BC
Tints of Blue Marguerite #6A50BC
RGB
CMYK
RGB Variations
Color information
#6A50BC (or 0x6A50BC) is known color: Blue Marguerite. HEX triplet: 6A, 50 and BC. RGB value is (106,80,188). Sum of RGB (Red+Green+Blue) = 106+80+188=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50BC is #95AF43. Grayscale: #636363. Windows color (decimal): -9809732 or 12341354. OLE color: 12341354.
HSL color Cylindrical-coordinate representation of color #6A50BC: hue angle of 254.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A50BC is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 80 | 188 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.26 |
| HSL | 254.44º | 0.45% | 0.53% | - |
| HSV(B) | 254.44º | 0.57% | 0.74% | - |
| XYZ | 17.89 | 12.43 | 49.03 | - |
| YUV | 100.09 | 177.61 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 188 | 0.44 | 0.57 | 0 | 0.26 | 254.44 | 0.45 | 0.53 |
| Hex | 6A | 50 | BC | 2C | 39 | 0 | 1A | FE | 2D | 35 |
| Octal | 152 | 120 | 274 | 54 | 71 | 0 | 32 | 376 | 55 | 65 |
| Binary | 1101010 | 1010000 | 10111100 | 101100 | 111001 | 0 | 11010 | 11111110 | 101101 | 110101 |
Color Harmonies of #6A50BC
Complementary color
Monochromatic Colors of #6A50BC
Black with #6A50BC
Text Example
Text Example
White with #6A50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A50BC; }
p { color: rgb(106,80,188); }
H1.HeaderClassName
{
color: #6A50BC;
}
.AnyTagClassName
{
color: #6A50BC;
}
</style>
background-color css
<style>
a { background-color: #6A50BC; }
a { background-color: rgb(106,80,188); }
div.DivClassName
{
background-color: #6A50BC;
}
.BgClassName
{
background-color: #6A50BC;
}
</style>
border-color css
<style>
span { border-color: #6A50BC; }
span { border-color: rgb(106,80,188); }
td.TdClassName
{
border-color: #6A50BC;
}
.TagClassName
{
border-color: #6A50BC;
}
</style>