Shades of Blue Marguerite #6646BF
Tints of Blue Marguerite #6646BF
RGB
CMYK
RGB Variations
Color information
#6646BF (or 0x6646BF) is known color: Blue Marguerite. HEX triplet: 66, 46 and BF. RGB value is (102,70,191). Sum of RGB (Red+Green+Blue) = 102+70+191=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #6646BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646BF is #99B940. Grayscale: #5C5C5C. Windows color (decimal): -10074433 or 12535398. OLE color: 12535398.
HSL color Cylindrical-coordinate representation of color #6646BF: hue angle of 255.87º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6646BF is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 70 | 191 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.25 |
| HSL | 255.87º | 0.49% | 0.51% | - |
| HSV(B) | 255.87º | 0.63% | 0.75% | - |
| XYZ | 17.07 | 10.97 | 50.51 | - |
| YUV | 93.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 191 | 0.47 | 0.63 | 0 | 0.25 | 255.87 | 0.49 | 0.51 |
| Hex | 66 | 46 | BF | 2F | 3F | 0 | 19 | 100 | 31 | 33 |
| Octal | 146 | 106 | 277 | 57 | 77 | 0 | 31 | 400 | 61 | 63 |
| Binary | 1100110 | 1000110 | 10111111 | 101111 | 111111 | 0 | 11001 | 100000000 | 110001 | 110011 |
Color Harmonies of #6646BF
Complementary color
Monochromatic Colors of #6646BF
Black with #6646BF
Text Example
Text Example
White with #6646BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6646BF; }
p { color: rgb(102,70,191); }
H1.HeaderClassName
{
color: #6646BF;
}
.AnyTagClassName
{
color: #6646BF;
}
</style>
background-color css
<style>
a { background-color: #6646BF; }
a { background-color: rgb(102,70,191); }
div.DivClassName
{
background-color: #6646BF;
}
.BgClassName
{
background-color: #6646BF;
}
</style>
border-color css
<style>
span { border-color: #6646BF; }
span { border-color: rgb(102,70,191); }
td.TdClassName
{
border-color: #6646BF;
}
.TagClassName
{
border-color: #6646BF;
}
</style>