Shades of Blue Marguerite #6050BD
Tints of Blue Marguerite #6050BD
RGB
CMYK
RGB Variations
Color information
#6050BD (or 0x6050BD) is known color: Blue Marguerite. HEX triplet: 60, 50 and BD. RGB value is (96,80,189). Sum of RGB (Red+Green+Blue) = 96+80+189=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #6050BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050BD is #9FAF42. Grayscale: #606060. Windows color (decimal): -10465091 or 12406880. OLE color: 12406880.
HSL color Cylindrical-coordinate representation of color #6050BD: hue angle of 248.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6050BD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 80 | 189 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.26 |
| HSL | 248.81º | 0.45% | 0.53% | - |
| HSV(B) | 248.81º | 0.58% | 0.74% | - |
| XYZ | 16.88 | 11.9 | 49.55 | - |
| YUV | 97.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 189 | 0.49 | 0.58 | 0 | 0.26 | 248.81 | 0.45 | 0.53 |
| Hex | 60 | 50 | BD | 31 | 3A | 0 | 1A | F9 | 2D | 35 |
| Octal | 140 | 120 | 275 | 61 | 72 | 0 | 32 | 371 | 55 | 65 |
| Binary | 1100000 | 1010000 | 10111101 | 110001 | 111010 | 0 | 11010 | 11111001 | 101101 | 110101 |
Color Harmonies of #6050BD
Complementary color
Monochromatic Colors of #6050BD
Black with #6050BD
Text Example
Text Example
White with #6050BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050BD; }
p { color: rgb(96,80,189); }
H1.HeaderClassName
{
color: #6050BD;
}
.AnyTagClassName
{
color: #6050BD;
}
</style>
background-color css
<style>
a { background-color: #6050BD; }
a { background-color: rgb(96,80,189); }
div.DivClassName
{
background-color: #6050BD;
}
.BgClassName
{
background-color: #6050BD;
}
</style>
border-color css
<style>
span { border-color: #6050BD; }
span { border-color: rgb(96,80,189); }
td.TdClassName
{
border-color: #6050BD;
}
.TagClassName
{
border-color: #6050BD;
}
</style>