Shades of Blue Marguerite #664CBA
Tints of Blue Marguerite #664CBA
RGB
CMYK
RGB Variations
Color information
#664CBA (or 0x664CBA) is known color: Blue Marguerite. HEX triplet: 66, 4C and BA. RGB value is (102,76,186). Sum of RGB (Red+Green+Blue) = 102+76+186=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #664CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CBA is #99B345. Grayscale: #5F5F5F. Windows color (decimal): -10072902 or 12209254. OLE color: 12209254.
HSL color Cylindrical-coordinate representation of color #664CBA: hue angle of 254.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #664CBA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 76 | 186 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.27 |
| HSL | 254.18º | 0.44% | 0.51% | - |
| HSV(B) | 254.18º | 0.59% | 0.73% | - |
| XYZ | 16.93 | 11.54 | 47.79 | - |
| YUV | 96.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 186 | 0.45 | 0.59 | 0 | 0.27 | 254.18 | 0.44 | 0.51 |
| Hex | 66 | 4C | BA | 2D | 3B | 0 | 1B | FE | 2C | 33 |
| Octal | 146 | 114 | 272 | 55 | 73 | 0 | 33 | 376 | 54 | 63 |
| Binary | 1100110 | 1001100 | 10111010 | 101101 | 111011 | 0 | 11011 | 11111110 | 101100 | 110011 |
Color Harmonies of #664CBA
Complementary color
Monochromatic Colors of #664CBA
Black with #664CBA
Text Example
Text Example
White with #664CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CBA; }
p { color: rgb(102,76,186); }
H1.HeaderClassName
{
color: #664CBA;
}
.AnyTagClassName
{
color: #664CBA;
}
</style>
background-color css
<style>
a { background-color: #664CBA; }
a { background-color: rgb(102,76,186); }
div.DivClassName
{
background-color: #664CBA;
}
.BgClassName
{
background-color: #664CBA;
}
</style>
border-color css
<style>
span { border-color: #664CBA; }
span { border-color: rgb(102,76,186); }
td.TdClassName
{
border-color: #664CBA;
}
.TagClassName
{
border-color: #664CBA;
}
</style>