Shades of Blue Marguerite #664AAF
Tints of Blue Marguerite #664AAF
RGB
CMYK
RGB Variations
Color information
#664AAF (or 0x664AAF) is known color: Blue Marguerite. HEX triplet: 66, 4A and AF. RGB value is (102,74,175). Sum of RGB (Red+Green+Blue) = 102+74+175=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #664AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664AAF is #99B550. Grayscale: #5D5D5D. Windows color (decimal): -10073425 or 11487846. OLE color: 11487846.
HSL color Cylindrical-coordinate representation of color #664AAF: hue angle of 256.63º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664AAF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 74 | 175 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.31 |
| HSL | 256.63º | 0.41% | 0.49% | - |
| HSV(B) | 256.63º | 0.58% | 0.69% | - |
| XYZ | 15.67 | 10.82 | 41.82 | - |
| YUV | 93.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 175 | 0.42 | 0.58 | 0 | 0.31 | 256.63 | 0.41 | 0.49 |
| Hex | 66 | 4A | AF | 2A | 3A | 0 | 1F | 101 | 29 | 31 |
| Octal | 146 | 112 | 257 | 52 | 72 | 0 | 37 | 401 | 51 | 61 |
| Binary | 1100110 | 1001010 | 10101111 | 101010 | 111010 | 0 | 11111 | 100000001 | 101001 | 110001 |
Color Harmonies of #664AAF
Complementary color
Monochromatic Colors of #664AAF
Black with #664AAF
Text Example
Text Example
White with #664AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664AAF; }
p { color: rgb(102,74,175); }
H1.HeaderClassName
{
color: #664AAF;
}
.AnyTagClassName
{
color: #664AAF;
}
</style>
background-color css
<style>
a { background-color: #664AAF; }
a { background-color: rgb(102,74,175); }
div.DivClassName
{
background-color: #664AAF;
}
.BgClassName
{
background-color: #664AAF;
}
</style>
border-color css
<style>
span { border-color: #664AAF; }
span { border-color: rgb(102,74,175); }
td.TdClassName
{
border-color: #664AAF;
}
.TagClassName
{
border-color: #664AAF;
}
</style>