Shades of Blue Marguerite #6751BA
Tints of Blue Marguerite #6751BA
RGB
CMYK
RGB Variations
Color information
#6751BA (or 0x6751BA) is known color: Blue Marguerite. HEX triplet: 67, 51 and BA. RGB value is (103,81,186). Sum of RGB (Red+Green+Blue) = 103+81+186=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #6751BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751BA is #98AE45. Grayscale: #636363. Windows color (decimal): -10006086 or 12210535. OLE color: 12210535.
HSL color Cylindrical-coordinate representation of color #6751BA: hue angle of 252.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6751BA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 81 | 186 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.27 |
| HSL | 252.57º | 0.43% | 0.52% | - |
| HSV(B) | 252.57º | 0.56% | 0.73% | - |
| XYZ | 17.4 | 12.31 | 47.91 | - |
| YUV | 99.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 186 | 0.45 | 0.56 | 0 | 0.27 | 252.57 | 0.43 | 0.52 |
| Hex | 67 | 51 | BA | 2D | 38 | 0 | 1B | FD | 2B | 34 |
| Octal | 147 | 121 | 272 | 55 | 70 | 0 | 33 | 375 | 53 | 64 |
| Binary | 1100111 | 1010001 | 10111010 | 101101 | 111000 | 0 | 11011 | 11111101 | 101011 | 110100 |
Color Harmonies of #6751BA
Complementary color
Monochromatic Colors of #6751BA
Black with #6751BA
Text Example
Text Example
White with #6751BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6751BA; }
p { color: rgb(103,81,186); }
H1.HeaderClassName
{
color: #6751BA;
}
.AnyTagClassName
{
color: #6751BA;
}
</style>
background-color css
<style>
a { background-color: #6751BA; }
a { background-color: rgb(103,81,186); }
div.DivClassName
{
background-color: #6751BA;
}
.BgClassName
{
background-color: #6751BA;
}
</style>
border-color css
<style>
span { border-color: #6751BA; }
span { border-color: rgb(103,81,186); }
td.TdClassName
{
border-color: #6751BA;
}
.TagClassName
{
border-color: #6751BA;
}
</style>