Shades of Blue Marguerite #6647BB
Tints of Blue Marguerite #6647BB
RGB
CMYK
RGB Variations
Color information
#6647BB (or 0x6647BB) is known color: Blue Marguerite. HEX triplet: 66, 47 and BB. RGB value is (102,71,187). Sum of RGB (Red+Green+Blue) = 102+71+187=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #6647BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6647BB is #99B844. Grayscale: #5D5D5D. Windows color (decimal): -10074181 or 12273510. OLE color: 12273510.
HSL color Cylindrical-coordinate representation of color #6647BB: hue angle of 256.03º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6647BB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 71 | 187 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.27 |
| HSL | 256.03º | 0.46% | 0.51% | - |
| HSV(B) | 256.03º | 0.62% | 0.73% | - |
| XYZ | 16.7 | 10.92 | 48.24 | - |
| YUV | 93.49 | 180.77 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 187 | 0.45 | 0.62 | 0 | 0.27 | 256.03 | 0.46 | 0.51 |
| Hex | 66 | 47 | BB | 2D | 3E | 0 | 1B | 100 | 2E | 33 |
| Octal | 146 | 107 | 273 | 55 | 76 | 0 | 33 | 400 | 56 | 63 |
| Binary | 1100110 | 1000111 | 10111011 | 101101 | 111110 | 0 | 11011 | 100000000 | 101110 | 110011 |
Color Harmonies of #6647BB
Complementary color
Monochromatic Colors of #6647BB
Black with #6647BB
Text Example
Text Example
White with #6647BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6647BB; }
p { color: rgb(102,71,187); }
H1.HeaderClassName
{
color: #6647BB;
}
.AnyTagClassName
{
color: #6647BB;
}
</style>
background-color css
<style>
a { background-color: #6647BB; }
a { background-color: rgb(102,71,187); }
div.DivClassName
{
background-color: #6647BB;
}
.BgClassName
{
background-color: #6647BB;
}
</style>
border-color css
<style>
span { border-color: #6647BB; }
span { border-color: rgb(102,71,187); }
td.TdClassName
{
border-color: #6647BB;
}
.TagClassName
{
border-color: #6647BB;
}
</style>