Shades of Blue Marguerite #664AB7
Tints of Blue Marguerite #664AB7
RGB
CMYK
RGB Variations
Color information
#664AB7 (or 0x664AB7) is known color: Blue Marguerite. HEX triplet: 66, 4A and B7. RGB value is (102,74,183). Sum of RGB (Red+Green+Blue) = 102+74+183=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #664AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664AB7 is #99B548. Grayscale: #5E5E5E. Windows color (decimal): -10073417 or 12012134. OLE color: 12012134.
HSL color Cylindrical-coordinate representation of color #664AB7: hue angle of 255.41º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664AB7 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 74 | 183 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.28 |
| HSL | 255.41º | 0.43% | 0.5% | - |
| HSV(B) | 255.41º | 0.6% | 0.72% | - |
| XYZ | 16.48 | 11.14 | 46.08 | - |
| YUV | 94.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 183 | 0.44 | 0.60 | 0 | 0.28 | 255.41 | 0.43 | 0.5 |
| Hex | 66 | 4A | B7 | 2C | 3C | 0 | 1C | FF | 2B | 32 |
| Octal | 146 | 112 | 267 | 54 | 74 | 0 | 34 | 377 | 53 | 62 |
| Binary | 1100110 | 1001010 | 10110111 | 101100 | 111100 | 0 | 11100 | 11111111 | 101011 | 110010 |
Color Harmonies of #664AB7
Complementary color
Monochromatic Colors of #664AB7
Black with #664AB7
Text Example
Text Example
White with #664AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664AB7; }
p { color: rgb(102,74,183); }
H1.HeaderClassName
{
color: #664AB7;
}
.AnyTagClassName
{
color: #664AB7;
}
</style>
background-color css
<style>
a { background-color: #664AB7; }
a { background-color: rgb(102,74,183); }
div.DivClassName
{
background-color: #664AB7;
}
.BgClassName
{
background-color: #664AB7;
}
</style>
border-color css
<style>
span { border-color: #664AB7; }
span { border-color: rgb(102,74,183); }
td.TdClassName
{
border-color: #664AB7;
}
.TagClassName
{
border-color: #664AB7;
}
</style>