Shades of Blue Marguerite #6649B4
Tints of Blue Marguerite #6649B4
RGB
CMYK
RGB Variations
Color information
#6649B4 (or 0x6649B4) is known color: Blue Marguerite. HEX triplet: 66, 49 and B4. RGB value is (102,73,180). Sum of RGB (Red+Green+Blue) = 102+73+180=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #6649B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649B4 is #99B64B. Grayscale: #5D5D5D. Windows color (decimal): -10073676 or 11815270. OLE color: 11815270.
HSL color Cylindrical-coordinate representation of color #6649B4: hue angle of 256.26º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6649B4 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 73 | 180 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.29 |
| HSL | 256.26º | 0.42% | 0.5% | - |
| HSV(B) | 256.26º | 0.59% | 0.71% | - |
| XYZ | 16.1 | 10.89 | 44.43 | - |
| YUV | 93.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 180 | 0.43 | 0.59 | 0 | 0.29 | 256.26 | 0.42 | 0.5 |
| Hex | 66 | 49 | B4 | 2B | 3B | 0 | 1D | 100 | 2A | 32 |
| Octal | 146 | 111 | 264 | 53 | 73 | 0 | 35 | 400 | 52 | 62 |
| Binary | 1100110 | 1001001 | 10110100 | 101011 | 111011 | 0 | 11101 | 100000000 | 101010 | 110010 |
Color Harmonies of #6649B4
Complementary color
Monochromatic Colors of #6649B4
Black with #6649B4
Text Example
Text Example
White with #6649B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649B4; }
p { color: rgb(102,73,180); }
H1.HeaderClassName
{
color: #6649B4;
}
.AnyTagClassName
{
color: #6649B4;
}
</style>
background-color css
<style>
a { background-color: #6649B4; }
a { background-color: rgb(102,73,180); }
div.DivClassName
{
background-color: #6649B4;
}
.BgClassName
{
background-color: #6649B4;
}
</style>
border-color css
<style>
span { border-color: #6649B4; }
span { border-color: rgb(102,73,180); }
td.TdClassName
{
border-color: #6649B4;
}
.TagClassName
{
border-color: #6649B4;
}
</style>