Shades of Blue Marguerite #6750BC
Tints of Blue Marguerite #6750BC
RGB
CMYK
RGB Variations
Color information
#6750BC (or 0x6750BC) is known color: Blue Marguerite. HEX triplet: 67, 50 and BC. RGB value is (103,80,188). Sum of RGB (Red+Green+Blue) = 103+80+188=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6750BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750BC is #98AF43. Grayscale: #626262. Windows color (decimal): -10006340 or 12341351. OLE color: 12341351.
HSL color Cylindrical-coordinate representation of color #6750BC: hue angle of 252.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6750BC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 80 | 188 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.26 |
| HSL | 252.78º | 0.45% | 0.53% | - |
| HSV(B) | 252.78º | 0.57% | 0.74% | - |
| XYZ | 17.54 | 12.25 | 49.02 | - |
| YUV | 99.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 188 | 0.45 | 0.57 | 0 | 0.26 | 252.78 | 0.45 | 0.53 |
| Hex | 67 | 50 | BC | 2D | 39 | 0 | 1A | FD | 2D | 35 |
| Octal | 147 | 120 | 274 | 55 | 71 | 0 | 32 | 375 | 55 | 65 |
| Binary | 1100111 | 1010000 | 10111100 | 101101 | 111001 | 0 | 11010 | 11111101 | 101101 | 110101 |
Color Harmonies of #6750BC
Complementary color
Monochromatic Colors of #6750BC
Black with #6750BC
Text Example
Text Example
White with #6750BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750BC; }
p { color: rgb(103,80,188); }
H1.HeaderClassName
{
color: #6750BC;
}
.AnyTagClassName
{
color: #6750BC;
}
</style>
background-color css
<style>
a { background-color: #6750BC; }
a { background-color: rgb(103,80,188); }
div.DivClassName
{
background-color: #6750BC;
}
.BgClassName
{
background-color: #6750BC;
}
</style>
border-color css
<style>
span { border-color: #6750BC; }
span { border-color: rgb(103,80,188); }
td.TdClassName
{
border-color: #6750BC;
}
.TagClassName
{
border-color: #6750BC;
}
</style>