Shades of Blue Marguerite #665AAC
Tints of Blue Marguerite #665AAC
RGB
CMYK
RGB Variations
Color information
#665AAC (or 0x665AAC) is known color: Blue Marguerite. HEX triplet: 66, 5A and AC. RGB value is (102,90,172). Sum of RGB (Red+Green+Blue) = 102+90+172=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #665AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665AAC is #99A553. Grayscale: #666666. Windows color (decimal): -10069332 or 11295334. OLE color: 11295334.
HSL color Cylindrical-coordinate representation of color #665AAC: hue angle of 248.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665AAC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 90 | 172 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.33 |
| HSL | 248.78º | 0.33% | 0.51% | - |
| HSV(B) | 248.78º | 0.48% | 0.67% | - |
| XYZ | 16.58 | 13.12 | 40.69 | - |
| YUV | 102.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 172 | 0.41 | 0.48 | 0 | 0.33 | 248.78 | 0.33 | 0.51 |
| Hex | 66 | 5A | AC | 29 | 30 | 0 | 21 | F9 | 21 | 33 |
| Octal | 146 | 132 | 254 | 51 | 60 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100110 | 1011010 | 10101100 | 101001 | 110000 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #665AAC
Complementary color
Monochromatic Colors of #665AAC
Black with #665AAC
Text Example
Text Example
White with #665AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AAC; }
p { color: rgb(102,90,172); }
H1.HeaderClassName
{
color: #665AAC;
}
.AnyTagClassName
{
color: #665AAC;
}
</style>
background-color css
<style>
a { background-color: #665AAC; }
a { background-color: rgb(102,90,172); }
div.DivClassName
{
background-color: #665AAC;
}
.BgClassName
{
background-color: #665AAC;
}
</style>
border-color css
<style>
span { border-color: #665AAC; }
span { border-color: rgb(102,90,172); }
td.TdClassName
{
border-color: #665AAC;
}
.TagClassName
{
border-color: #665AAC;
}
</style>