Shades of Blue Marguerite #665BAA
Tints of Blue Marguerite #665BAA
RGB
CMYK
RGB Variations
Color information
#665BAA (or 0x665BAA) is known color: Blue Marguerite. HEX triplet: 66, 5B and AA. RGB value is (102,91,170). Sum of RGB (Red+Green+Blue) = 102+91+170=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #665BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665BAA is #99A455. Grayscale: #666666. Windows color (decimal): -10069078 or 11164518. OLE color: 11164518.
HSL color Cylindrical-coordinate representation of color #665BAA: hue angle of 248.35º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665BAA is Cyan = 0.4, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 91 | 170 | - |
| CMYK | 0.4 | 0.46 | 0 | 0.33 |
| HSL | 248.35º | 0.32% | 0.51% | - |
| HSV(B) | 248.35º | 0.46% | 0.67% | - |
| XYZ | 16.48 | 13.21 | 39.71 | - |
| YUV | 103.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 170 | 0.4 | 0.46 | 0 | 0.33 | 248.35 | 0.32 | 0.51 |
| Hex | 66 | 5B | AA | 28 | 2E | 0 | 21 | F8 | 20 | 33 |
| Octal | 146 | 133 | 252 | 50 | 56 | 0 | 41 | 370 | 40 | 63 |
| Binary | 1100110 | 1011011 | 10101010 | 101000 | 101110 | 0 | 100001 | 11111000 | 100000 | 110011 |
Color Harmonies of #665BAA
Complementary color
Monochromatic Colors of #665BAA
Black with #665BAA
Text Example
Text Example
White with #665BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BAA; }
p { color: rgb(102,91,170); }
H1.HeaderClassName
{
color: #665BAA;
}
.AnyTagClassName
{
color: #665BAA;
}
</style>
background-color css
<style>
a { background-color: #665BAA; }
a { background-color: rgb(102,91,170); }
div.DivClassName
{
background-color: #665BAA;
}
.BgClassName
{
background-color: #665BAA;
}
</style>
border-color css
<style>
span { border-color: #665BAA; }
span { border-color: rgb(102,91,170); }
td.TdClassName
{
border-color: #665BAA;
}
.TagClassName
{
border-color: #665BAA;
}
</style>