Shades of Blue Marguerite #6750BA
Tints of Blue Marguerite #6750BA
RGB
CMYK
RGB Variations
Color information
#6750BA (or 0x6750BA) is known color: Blue Marguerite. HEX triplet: 67, 50 and BA. RGB value is (103,80,186). Sum of RGB (Red+Green+Blue) = 103+80+186=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6750BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750BA is #98AF45. Grayscale: #626262. Windows color (decimal): -10006342 or 12210279. OLE color: 12210279.
HSL color Cylindrical-coordinate representation of color #6750BA: hue angle of 253.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6750BA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 80 | 186 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.27 |
| HSL | 253.02º | 0.43% | 0.52% | - |
| HSV(B) | 253.02º | 0.57% | 0.73% | - |
| XYZ | 17.33 | 12.17 | 47.89 | - |
| YUV | 98.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 186 | 0.45 | 0.57 | 0 | 0.27 | 253.02 | 0.43 | 0.52 |
| Hex | 67 | 50 | BA | 2D | 39 | 0 | 1B | FD | 2B | 34 |
| Octal | 147 | 120 | 272 | 55 | 71 | 0 | 33 | 375 | 53 | 64 |
| Binary | 1100111 | 1010000 | 10111010 | 101101 | 111001 | 0 | 11011 | 11111101 | 101011 | 110100 |
Color Harmonies of #6750BA
Complementary color
Monochromatic Colors of #6750BA
Black with #6750BA
Text Example
Text Example
White with #6750BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750BA; }
p { color: rgb(103,80,186); }
H1.HeaderClassName
{
color: #6750BA;
}
.AnyTagClassName
{
color: #6750BA;
}
</style>
background-color css
<style>
a { background-color: #6750BA; }
a { background-color: rgb(103,80,186); }
div.DivClassName
{
background-color: #6750BA;
}
.BgClassName
{
background-color: #6750BA;
}
</style>
border-color css
<style>
span { border-color: #6750BA; }
span { border-color: rgb(103,80,186); }
td.TdClassName
{
border-color: #6750BA;
}
.TagClassName
{
border-color: #6750BA;
}
</style>