Shades of Blue Marguerite #6750AC
Tints of Blue Marguerite #6750AC
RGB
CMYK
RGB Variations
Color information
#6750AC (or 0x6750AC) is known color: Blue Marguerite. HEX triplet: 67, 50 and AC. RGB value is (103,80,172). Sum of RGB (Red+Green+Blue) = 103+80+172=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #6750AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6750AC is #98AF53. Grayscale: #616161. Windows color (decimal): -10006356 or 11292775. OLE color: 11292775.
HSL color Cylindrical-coordinate representation of color #6750AC: hue angle of 255º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6750AC is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 80 | 172 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.33 |
| HSL | 255º | 0.37% | 0.49% | - |
| HSV(B) | 255º | 0.53% | 0.67% | - |
| XYZ | 15.91 | 11.6 | 40.43 | - |
| YUV | 97.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 172 | 0.40 | 0.53 | 0 | 0.33 | 255 | 0.37 | 0.49 |
| Hex | 67 | 50 | AC | 28 | 35 | 0 | 21 | FF | 25 | 31 |
| Octal | 147 | 120 | 254 | 50 | 65 | 0 | 41 | 377 | 45 | 61 |
| Binary | 1100111 | 1010000 | 10101100 | 101000 | 110101 | 0 | 100001 | 11111111 | 100101 | 110001 |
Color Harmonies of #6750AC
Complementary color
Monochromatic Colors of #6750AC
Black with #6750AC
Text Example
Text Example
White with #6750AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750AC; }
p { color: rgb(103,80,172); }
H1.HeaderClassName
{
color: #6750AC;
}
.AnyTagClassName
{
color: #6750AC;
}
</style>
background-color css
<style>
a { background-color: #6750AC; }
a { background-color: rgb(103,80,172); }
div.DivClassName
{
background-color: #6750AC;
}
.BgClassName
{
background-color: #6750AC;
}
</style>
border-color css
<style>
span { border-color: #6750AC; }
span { border-color: rgb(103,80,172); }
td.TdClassName
{
border-color: #6750AC;
}
.TagClassName
{
border-color: #6750AC;
}
</style>