Shades of Blue Marguerite #6661BB
Tints of Blue Marguerite #6661BB
RGB
CMYK
RGB Variations
Color information
#6661BB (or 0x6661BB) is known color: Blue Marguerite. HEX triplet: 66, 61 and BB. RGB value is (102,97,187). Sum of RGB (Red+Green+Blue) = 102+97+187=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6661BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661BB is #999E44. Grayscale: #6C6C6C. Windows color (decimal): -10067525 or 12280166. OLE color: 12280166.
HSL color Cylindrical-coordinate representation of color #6661BB: hue angle of 243.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6661BB is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 97 | 187 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.27 |
| HSL | 243.33º | 0.4% | 0.56% | - |
| HSV(B) | 243.33º | 0.48% | 0.73% | - |
| XYZ | 18.72 | 14.96 | 48.91 | - |
| YUV | 108.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 187 | 0.45 | 0.48 | 0 | 0.27 | 243.33 | 0.4 | 0.56 |
| Hex | 66 | 61 | BB | 2D | 30 | 0 | 1B | F3 | 28 | 38 |
| Octal | 146 | 141 | 273 | 55 | 60 | 0 | 33 | 363 | 50 | 70 |
| Binary | 1100110 | 1100001 | 10111011 | 101101 | 110000 | 0 | 11011 | 11110011 | 101000 | 111000 |
Color Harmonies of #6661BB
Complementary color
Monochromatic Colors of #6661BB
Black with #6661BB
Text Example
Text Example
White with #6661BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661BB; }
p { color: rgb(102,97,187); }
H1.HeaderClassName
{
color: #6661BB;
}
.AnyTagClassName
{
color: #6661BB;
}
</style>
background-color css
<style>
a { background-color: #6661BB; }
a { background-color: rgb(102,97,187); }
div.DivClassName
{
background-color: #6661BB;
}
.BgClassName
{
background-color: #6661BB;
}
</style>
border-color css
<style>
span { border-color: #6661BB; }
span { border-color: rgb(102,97,187); }
td.TdClassName
{
border-color: #6661BB;
}
.TagClassName
{
border-color: #6661BB;
}
</style>