Shades of Blue Marguerite #664DBB
Tints of Blue Marguerite #664DBB
RGB
CMYK
RGB Variations
Color information
#664DBB (or 0x664DBB) is known color: Blue Marguerite. HEX triplet: 66, 4D and BB. RGB value is (102,77,187). Sum of RGB (Red+Green+Blue) = 102+77+187=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #664DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DBB is #99B244. Grayscale: #606060. Windows color (decimal): -10072645 or 12275046. OLE color: 12275046.
HSL color Cylindrical-coordinate representation of color #664DBB: hue angle of 253.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #664DBB is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 77 | 187 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.27 |
| HSL | 253.64º | 0.45% | 0.52% | - |
| HSV(B) | 253.64º | 0.59% | 0.73% | - |
| XYZ | 17.1 | 11.72 | 48.37 | - |
| YUV | 97.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 187 | 0.45 | 0.59 | 0 | 0.27 | 253.64 | 0.45 | 0.52 |
| Hex | 66 | 4D | BB | 2D | 3B | 0 | 1B | FE | 2D | 34 |
| Octal | 146 | 115 | 273 | 55 | 73 | 0 | 33 | 376 | 55 | 64 |
| Binary | 1100110 | 1001101 | 10111011 | 101101 | 111011 | 0 | 11011 | 11111110 | 101101 | 110100 |
Color Harmonies of #664DBB
Complementary color
Monochromatic Colors of #664DBB
Black with #664DBB
Text Example
Text Example
White with #664DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664DBB; }
p { color: rgb(102,77,187); }
H1.HeaderClassName
{
color: #664DBB;
}
.AnyTagClassName
{
color: #664DBB;
}
</style>
background-color css
<style>
a { background-color: #664DBB; }
a { background-color: rgb(102,77,187); }
div.DivClassName
{
background-color: #664DBB;
}
.BgClassName
{
background-color: #664DBB;
}
</style>
border-color css
<style>
span { border-color: #664DBB; }
span { border-color: rgb(102,77,187); }
td.TdClassName
{
border-color: #664DBB;
}
.TagClassName
{
border-color: #664DBB;
}
</style>