Shades of Blue Marguerite #665EAE
Tints of Blue Marguerite #665EAE
RGB
CMYK
RGB Variations
Color information
#665EAE (or 0x665EAE) is known color: Blue Marguerite. HEX triplet: 66, 5E and AE. RGB value is (102,94,174). Sum of RGB (Red+Green+Blue) = 102+94+174=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #665EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665EAE is #99A151. Grayscale: #696969. Windows color (decimal): -10068306 or 11427430. OLE color: 11427430.
HSL color Cylindrical-coordinate representation of color #665EAE: hue angle of 246º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665EAE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 94 | 174 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.32 |
| HSL | 246º | 0.33% | 0.53% | - |
| HSV(B) | 246º | 0.46% | 0.68% | - |
| XYZ | 17.12 | 13.89 | 41.82 | - |
| YUV | 105.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 174 | 0.41 | 0.46 | 0 | 0.32 | 246 | 0.33 | 0.53 |
| Hex | 66 | 5E | AE | 29 | 2E | 0 | 20 | F6 | 21 | 35 |
| Octal | 146 | 136 | 256 | 51 | 56 | 0 | 40 | 366 | 41 | 65 |
| Binary | 1100110 | 1011110 | 10101110 | 101001 | 101110 | 0 | 100000 | 11110110 | 100001 | 110101 |
Color Harmonies of #665EAE
Complementary color
Monochromatic Colors of #665EAE
Black with #665EAE
Text Example
Text Example
White with #665EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EAE; }
p { color: rgb(102,94,174); }
H1.HeaderClassName
{
color: #665EAE;
}
.AnyTagClassName
{
color: #665EAE;
}
</style>
background-color css
<style>
a { background-color: #665EAE; }
a { background-color: rgb(102,94,174); }
div.DivClassName
{
background-color: #665EAE;
}
.BgClassName
{
background-color: #665EAE;
}
</style>
border-color css
<style>
span { border-color: #665EAE; }
span { border-color: rgb(102,94,174); }
td.TdClassName
{
border-color: #665EAE;
}
.TagClassName
{
border-color: #665EAE;
}
</style>