Shades of Blue Marguerite #6657AE
Tints of Blue Marguerite #6657AE
RGB
CMYK
RGB Variations
Color information
#6657AE (or 0x6657AE) is known color: Blue Marguerite. HEX triplet: 66, 57 and AE. RGB value is (102,87,174). Sum of RGB (Red+Green+Blue) = 102+87+174=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #6657AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6657AE is #99A851. Grayscale: #656565. Windows color (decimal): -10070098 or 11425638. OLE color: 11425638.
HSL color Cylindrical-coordinate representation of color #6657AE: hue angle of 250.34º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6657AE is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 87 | 174 | - |
| CMYK | 0.41 | 0.5 | 0 | 0.32 |
| HSL | 250.34º | 0.35% | 0.51% | - |
| HSV(B) | 250.34º | 0.5% | 0.68% | - |
| XYZ | 16.53 | 12.7 | 41.62 | - |
| YUV | 101.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 174 | 0.41 | 0.5 | 0 | 0.32 | 250.34 | 0.35 | 0.51 |
| Hex | 66 | 57 | AE | 29 | 32 | 0 | 20 | FA | 23 | 33 |
| Octal | 146 | 127 | 256 | 51 | 62 | 0 | 40 | 372 | 43 | 63 |
| Binary | 1100110 | 1010111 | 10101110 | 101001 | 110010 | 0 | 100000 | 11111010 | 100011 | 110011 |
Color Harmonies of #6657AE
Complementary color
Monochromatic Colors of #6657AE
Black with #6657AE
Text Example
Text Example
White with #6657AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6657AE; }
p { color: rgb(102,87,174); }
H1.HeaderClassName
{
color: #6657AE;
}
.AnyTagClassName
{
color: #6657AE;
}
</style>
background-color css
<style>
a { background-color: #6657AE; }
a { background-color: rgb(102,87,174); }
div.DivClassName
{
background-color: #6657AE;
}
.BgClassName
{
background-color: #6657AE;
}
</style>
border-color css
<style>
span { border-color: #6657AE; }
span { border-color: rgb(102,87,174); }
td.TdClassName
{
border-color: #6657AE;
}
.TagClassName
{
border-color: #6657AE;
}
</style>