Shades of Blue Marguerite #6649BF
Tints of Blue Marguerite #6649BF
RGB
CMYK
RGB Variations
Color information
#6649BF (or 0x6649BF) is known color: Blue Marguerite. HEX triplet: 66, 49 and BF. RGB value is (102,73,191). Sum of RGB (Red+Green+Blue) = 102+73+191=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6649BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649BF is #99B640. Grayscale: #5E5E5E. Windows color (decimal): -10073665 or 12536166. OLE color: 12536166.
HSL color Cylindrical-coordinate representation of color #6649BF: hue angle of 254.75º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6649BF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 73 | 191 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.25 |
| HSL | 254.75º | 0.48% | 0.52% | - |
| HSV(B) | 254.75º | 0.62% | 0.75% | - |
| XYZ | 17.27 | 11.35 | 50.57 | - |
| YUV | 95.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 191 | 0.47 | 0.62 | 0 | 0.25 | 254.75 | 0.48 | 0.52 |
| Hex | 66 | 49 | BF | 2F | 3E | 0 | 19 | FF | 30 | 34 |
| Octal | 146 | 111 | 277 | 57 | 76 | 0 | 31 | 377 | 60 | 64 |
| Binary | 1100110 | 1001001 | 10111111 | 101111 | 111110 | 0 | 11001 | 11111111 | 110000 | 110100 |
Color Harmonies of #6649BF
Complementary color
Monochromatic Colors of #6649BF
Black with #6649BF
Text Example
Text Example
White with #6649BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649BF; }
p { color: rgb(102,73,191); }
H1.HeaderClassName
{
color: #6649BF;
}
.AnyTagClassName
{
color: #6649BF;
}
</style>
background-color css
<style>
a { background-color: #6649BF; }
a { background-color: rgb(102,73,191); }
div.DivClassName
{
background-color: #6649BF;
}
.BgClassName
{
background-color: #6649BF;
}
</style>
border-color css
<style>
span { border-color: #6649BF; }
span { border-color: rgb(102,73,191); }
td.TdClassName
{
border-color: #6649BF;
}
.TagClassName
{
border-color: #6649BF;
}
</style>