Shades of Blue Marguerite #6649BC
Tints of Blue Marguerite #6649BC
RGB
CMYK
RGB Variations
Color information
#6649BC (or 0x6649BC) is known color: Blue Marguerite. HEX triplet: 66, 49 and BC. RGB value is (102,73,188). Sum of RGB (Red+Green+Blue) = 102+73+188=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #6649BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649BC is #99B643. Grayscale: #5E5E5E. Windows color (decimal): -10073668 or 12339558. OLE color: 12339558.
HSL color Cylindrical-coordinate representation of color #6649BC: hue angle of 255.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6649BC is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 73 | 188 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.26 |
| HSL | 255.13º | 0.46% | 0.51% | - |
| HSV(B) | 255.13º | 0.61% | 0.74% | - |
| XYZ | 16.94 | 11.22 | 48.85 | - |
| YUV | 94.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 188 | 0.46 | 0.61 | 0 | 0.26 | 255.13 | 0.46 | 0.51 |
| Hex | 66 | 49 | BC | 2E | 3D | 0 | 1A | FF | 2E | 33 |
| Octal | 146 | 111 | 274 | 56 | 75 | 0 | 32 | 377 | 56 | 63 |
| Binary | 1100110 | 1001001 | 10111100 | 101110 | 111101 | 0 | 11010 | 11111111 | 101110 | 110011 |
Color Harmonies of #6649BC
Complementary color
Monochromatic Colors of #6649BC
Black with #6649BC
Text Example
Text Example
White with #6649BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649BC; }
p { color: rgb(102,73,188); }
H1.HeaderClassName
{
color: #6649BC;
}
.AnyTagClassName
{
color: #6649BC;
}
</style>
background-color css
<style>
a { background-color: #6649BC; }
a { background-color: rgb(102,73,188); }
div.DivClassName
{
background-color: #6649BC;
}
.BgClassName
{
background-color: #6649BC;
}
</style>
border-color css
<style>
span { border-color: #6649BC; }
span { border-color: rgb(102,73,188); }
td.TdClassName
{
border-color: #6649BC;
}
.TagClassName
{
border-color: #6649BC;
}
</style>