Shades of Blue Marguerite #665AB6
Tints of Blue Marguerite #665AB6
RGB
CMYK
RGB Variations
Color information
#665AB6 (or 0x665AB6) is known color: Blue Marguerite. HEX triplet: 66, 5A and B6. RGB value is (102,90,182). Sum of RGB (Red+Green+Blue) = 102+90+182=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #665AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AB6 is #99A549. Grayscale: #676767. Windows color (decimal): -10069322 or 11950694. OLE color: 11950694.
HSL color Cylindrical-coordinate representation of color #665AB6: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665AB6 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 90 | 182 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.29 |
| HSL | 247.83º | 0.39% | 0.53% | - |
| HSV(B) | 247.83º | 0.51% | 0.71% | - |
| XYZ | 17.58 | 13.51 | 45.94 | - |
| YUV | 104.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 182 | 0.44 | 0.51 | 0 | 0.29 | 247.83 | 0.39 | 0.53 |
| Hex | 66 | 5A | B6 | 2C | 33 | 0 | 1D | F8 | 27 | 35 |
| Octal | 146 | 132 | 266 | 54 | 63 | 0 | 35 | 370 | 47 | 65 |
| Binary | 1100110 | 1011010 | 10110110 | 101100 | 110011 | 0 | 11101 | 11111000 | 100111 | 110101 |
Color Harmonies of #665AB6
Complementary color
Monochromatic Colors of #665AB6
Black with #665AB6
Text Example
Text Example
White with #665AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AB6; }
p { color: rgb(102,90,182); }
H1.HeaderClassName
{
color: #665AB6;
}
.AnyTagClassName
{
color: #665AB6;
}
</style>
background-color css
<style>
a { background-color: #665AB6; }
a { background-color: rgb(102,90,182); }
div.DivClassName
{
background-color: #665AB6;
}
.BgClassName
{
background-color: #665AB6;
}
</style>
border-color css
<style>
span { border-color: #665AB6; }
span { border-color: rgb(102,90,182); }
td.TdClassName
{
border-color: #665AB6;
}
.TagClassName
{
border-color: #665AB6;
}
</style>