Shades of Blue Marguerite #6659AC
Tints of Blue Marguerite #6659AC
RGB
CMYK
RGB Variations
Color information
#6659AC (or 0x6659AC) is known color: Blue Marguerite. HEX triplet: 66, 59 and AC. RGB value is (102,89,172). Sum of RGB (Red+Green+Blue) = 102+89+172=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #6659AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6659AC is #99A653. Grayscale: #666666. Windows color (decimal): -10069588 or 11295078. OLE color: 11295078.
HSL color Cylindrical-coordinate representation of color #6659AC: hue angle of 249.4º 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 #6659AC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 89 | 172 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.33 |
| HSL | 249.4º | 0.33% | 0.51% | - |
| HSV(B) | 249.4º | 0.48% | 0.67% | - |
| XYZ | 16.5 | 12.95 | 40.66 | - |
| YUV | 102.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 172 | 0.41 | 0.48 | 0 | 0.33 | 249.4 | 0.33 | 0.51 |
| Hex | 66 | 59 | AC | 29 | 30 | 0 | 21 | F9 | 21 | 33 |
| Octal | 146 | 131 | 254 | 51 | 60 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100110 | 1011001 | 10101100 | 101001 | 110000 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #6659AC
Complementary color
Monochromatic Colors of #6659AC
Black with #6659AC
Text Example
Text Example
White with #6659AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6659AC; }
p { color: rgb(102,89,172); }
H1.HeaderClassName
{
color: #6659AC;
}
.AnyTagClassName
{
color: #6659AC;
}
</style>
background-color css
<style>
a { background-color: #6659AC; }
a { background-color: rgb(102,89,172); }
div.DivClassName
{
background-color: #6659AC;
}
.BgClassName
{
background-color: #6659AC;
}
</style>
border-color css
<style>
span { border-color: #6659AC; }
span { border-color: rgb(102,89,172); }
td.TdClassName
{
border-color: #6659AC;
}
.TagClassName
{
border-color: #6659AC;
}
</style>