Shades of Blue Marguerite #6751BB
Tints of Blue Marguerite #6751BB
RGB
CMYK
RGB Variations
Color information
#6751BB (or 0x6751BB) is known color: Blue Marguerite. HEX triplet: 67, 51 and BB. RGB value is (103,81,187). Sum of RGB (Red+Green+Blue) = 103+81+187=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6751BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751BB is #98AE44. Grayscale: #636363. Windows color (decimal): -10006085 or 12276071. OLE color: 12276071.
HSL color Cylindrical-coordinate representation of color #6751BB: hue angle of 252.45º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6751BB is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 81 | 187 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.27 |
| HSL | 252.45º | 0.44% | 0.53% | - |
| HSV(B) | 252.45º | 0.57% | 0.73% | - |
| XYZ | 17.51 | 12.36 | 48.48 | - |
| YUV | 99.66 | 177.29 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 187 | 0.45 | 0.57 | 0 | 0.27 | 252.45 | 0.44 | 0.53 |
| Hex | 67 | 51 | BB | 2D | 39 | 0 | 1B | FC | 2C | 35 |
| Octal | 147 | 121 | 273 | 55 | 71 | 0 | 33 | 374 | 54 | 65 |
| Binary | 1100111 | 1010001 | 10111011 | 101101 | 111001 | 0 | 11011 | 11111100 | 101100 | 110101 |
Color Harmonies of #6751BB
Complementary color
Monochromatic Colors of #6751BB
Black with #6751BB
Text Example
Text Example
White with #6751BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6751BB; }
p { color: rgb(103,81,187); }
H1.HeaderClassName
{
color: #6751BB;
}
.AnyTagClassName
{
color: #6751BB;
}
</style>
background-color css
<style>
a { background-color: #6751BB; }
a { background-color: rgb(103,81,187); }
div.DivClassName
{
background-color: #6751BB;
}
.BgClassName
{
background-color: #6751BB;
}
</style>
border-color css
<style>
span { border-color: #6751BB; }
span { border-color: rgb(103,81,187); }
td.TdClassName
{
border-color: #6751BB;
}
.TagClassName
{
border-color: #6751BB;
}
</style>