Shades of Blue Marguerite #665CAC
Tints of Blue Marguerite #665CAC
RGB
CMYK
RGB Variations
Color information
#665CAC (or 0x665CAC) is known color: Blue Marguerite. HEX triplet: 66, 5C and AC. RGB value is (102,92,172). Sum of RGB (Red+Green+Blue) = 102+92+172=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #665CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CAC is #99A353. Grayscale: #676767. Windows color (decimal): -10068820 or 11295846. OLE color: 11295846.
HSL color Cylindrical-coordinate representation of color #665CAC: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665CAC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 92 | 172 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.33 |
| HSL | 247.5º | 0.33% | 0.52% | - |
| HSV(B) | 247.5º | 0.47% | 0.67% | - |
| XYZ | 16.75 | 13.46 | 40.74 | - |
| YUV | 104.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 172 | 0.41 | 0.47 | 0 | 0.33 | 247.5 | 0.33 | 0.52 |
| Hex | 66 | 5C | AC | 29 | 2F | 0 | 21 | F8 | 21 | 34 |
| Octal | 146 | 134 | 254 | 51 | 57 | 0 | 41 | 370 | 41 | 64 |
| Binary | 1100110 | 1011100 | 10101100 | 101001 | 101111 | 0 | 100001 | 11111000 | 100001 | 110100 |
Color Harmonies of #665CAC
Complementary color
Monochromatic Colors of #665CAC
Black with #665CAC
Text Example
Text Example
White with #665CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CAC; }
p { color: rgb(102,92,172); }
H1.HeaderClassName
{
color: #665CAC;
}
.AnyTagClassName
{
color: #665CAC;
}
</style>
background-color css
<style>
a { background-color: #665CAC; }
a { background-color: rgb(102,92,172); }
div.DivClassName
{
background-color: #665CAC;
}
.BgClassName
{
background-color: #665CAC;
}
</style>
border-color css
<style>
span { border-color: #665CAC; }
span { border-color: rgb(102,92,172); }
td.TdClassName
{
border-color: #665CAC;
}
.TagClassName
{
border-color: #665CAC;
}
</style>