Shades of Blue Marguerite #665FAC
Tints of Blue Marguerite #665FAC
RGB
CMYK
RGB Variations
Color information
#665FAC (or 0x665FAC) is known color: Blue Marguerite. HEX triplet: 66, 5F and AC. RGB value is (102,95,172). Sum of RGB (Red+Green+Blue) = 102+95+172=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #665FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FAC is #99A053. Grayscale: #696969. Windows color (decimal): -10068052 or 11296614. OLE color: 11296614.
HSL color Cylindrical-coordinate representation of color #665FAC: hue angle of 245.45º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #665FAC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 95 | 172 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.33 |
| HSL | 245.45º | 0.32% | 0.52% | - |
| HSV(B) | 245.45º | 0.45% | 0.67% | - |
| XYZ | 17.02 | 13.99 | 40.83 | - |
| YUV | 105.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 172 | 0.41 | 0.45 | 0 | 0.33 | 245.45 | 0.32 | 0.52 |
| Hex | 66 | 5F | AC | 29 | 2D | 0 | 21 | F5 | 20 | 34 |
| Octal | 146 | 137 | 254 | 51 | 55 | 0 | 41 | 365 | 40 | 64 |
| Binary | 1100110 | 1011111 | 10101100 | 101001 | 101101 | 0 | 100001 | 11110101 | 100000 | 110100 |
Color Harmonies of #665FAC
Complementary color
Monochromatic Colors of #665FAC
Black with #665FAC
Text Example
Text Example
White with #665FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FAC; }
p { color: rgb(102,95,172); }
H1.HeaderClassName
{
color: #665FAC;
}
.AnyTagClassName
{
color: #665FAC;
}
</style>
background-color css
<style>
a { background-color: #665FAC; }
a { background-color: rgb(102,95,172); }
div.DivClassName
{
background-color: #665FAC;
}
.BgClassName
{
background-color: #665FAC;
}
</style>
border-color css
<style>
span { border-color: #665FAC; }
span { border-color: rgb(102,95,172); }
td.TdClassName
{
border-color: #665FAC;
}
.TagClassName
{
border-color: #665FAC;
}
</style>