Shades of Blue Marguerite #6A50BF
Tints of Blue Marguerite #6A50BF
RGB
CMYK
RGB Variations
Color information
#6A50BF (or 0x6A50BF) is known color: Blue Marguerite. HEX triplet: 6A, 50 and BF. RGB value is (106,80,191). Sum of RGB (Red+Green+Blue) = 106+80+191=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50BF is #95AF40. Grayscale: #646464. Windows color (decimal): -9809729 or 12537962. OLE color: 12537962.
HSL color Cylindrical-coordinate representation of color #6A50BF: hue angle of 254.05º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A50BF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 80 | 191 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.25 |
| HSL | 254.05º | 0.46% | 0.53% | - |
| HSV(B) | 254.05º | 0.58% | 0.75% | - |
| XYZ | 18.22 | 12.56 | 50.76 | - |
| YUV | 100.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 191 | 0.45 | 0.58 | 0 | 0.25 | 254.05 | 0.46 | 0.53 |
| Hex | 6A | 50 | BF | 2D | 3A | 0 | 19 | FE | 2E | 35 |
| Octal | 152 | 120 | 277 | 55 | 72 | 0 | 31 | 376 | 56 | 65 |
| Binary | 1101010 | 1010000 | 10111111 | 101101 | 111010 | 0 | 11001 | 11111110 | 101110 | 110101 |
Color Harmonies of #6A50BF
Complementary color
Monochromatic Colors of #6A50BF
Black with #6A50BF
Text Example
Text Example
White with #6A50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A50BF; }
p { color: rgb(106,80,191); }
H1.HeaderClassName
{
color: #6A50BF;
}
.AnyTagClassName
{
color: #6A50BF;
}
</style>
background-color css
<style>
a { background-color: #6A50BF; }
a { background-color: rgb(106,80,191); }
div.DivClassName
{
background-color: #6A50BF;
}
.BgClassName
{
background-color: #6A50BF;
}
</style>
border-color css
<style>
span { border-color: #6A50BF; }
span { border-color: rgb(106,80,191); }
td.TdClassName
{
border-color: #6A50BF;
}
.TagClassName
{
border-color: #6A50BF;
}
</style>