Shades of Blue Marguerite #6661BA
Tints of Blue Marguerite #6661BA
RGB
CMYK
RGB Variations
Color information
#6661BA (or 0x6661BA) is known color: Blue Marguerite. HEX triplet: 66, 61 and BA. RGB value is (102,97,186). Sum of RGB (Red+Green+Blue) = 102+97+186=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6661BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661BA is #999E45. Grayscale: #6C6C6C. Windows color (decimal): -10067526 or 12214630. OLE color: 12214630.
HSL color Cylindrical-coordinate representation of color #6661BA: hue angle of 243.37º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6661BA is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 97 | 186 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.27 |
| HSL | 243.37º | 0.39% | 0.55% | - |
| HSV(B) | 243.37º | 0.48% | 0.73% | - |
| XYZ | 18.62 | 14.92 | 48.35 | - |
| YUV | 108.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 186 | 0.45 | 0.48 | 0 | 0.27 | 243.37 | 0.39 | 0.55 |
| Hex | 66 | 61 | BA | 2D | 30 | 0 | 1B | F3 | 27 | 37 |
| Octal | 146 | 141 | 272 | 55 | 60 | 0 | 33 | 363 | 47 | 67 |
| Binary | 1100110 | 1100001 | 10111010 | 101101 | 110000 | 0 | 11011 | 11110011 | 100111 | 110111 |
Color Harmonies of #6661BA
Complementary color
Monochromatic Colors of #6661BA
Black with #6661BA
Text Example
Text Example
White with #6661BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661BA; }
p { color: rgb(102,97,186); }
H1.HeaderClassName
{
color: #6661BA;
}
.AnyTagClassName
{
color: #6661BA;
}
</style>
background-color css
<style>
a { background-color: #6661BA; }
a { background-color: rgb(102,97,186); }
div.DivClassName
{
background-color: #6661BA;
}
.BgClassName
{
background-color: #6661BA;
}
</style>
border-color css
<style>
span { border-color: #6661BA; }
span { border-color: rgb(102,97,186); }
td.TdClassName
{
border-color: #6661BA;
}
.TagClassName
{
border-color: #6661BA;
}
</style>