Shades of Blue Marguerite #6657AF
Tints of Blue Marguerite #6657AF
RGB
CMYK
RGB Variations
Color information
#6657AF (or 0x6657AF) is known color: Blue Marguerite. HEX triplet: 66, 57 and AF. RGB value is (102,87,175). Sum of RGB (Red+Green+Blue) = 102+87+175=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #6657AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6657AF is #99A850. Grayscale: #656565. Windows color (decimal): -10070097 or 11491174. OLE color: 11491174.
HSL color Cylindrical-coordinate representation of color #6657AF: hue angle of 250.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6657AF is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 87 | 175 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.31 |
| HSL | 250.23º | 0.35% | 0.51% | - |
| HSV(B) | 250.23º | 0.5% | 0.69% | - |
| XYZ | 16.63 | 12.74 | 42.14 | - |
| YUV | 101.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 175 | 0.42 | 0.50 | 0 | 0.31 | 250.23 | 0.35 | 0.51 |
| Hex | 66 | 57 | AF | 2A | 32 | 0 | 1F | FA | 23 | 33 |
| Octal | 146 | 127 | 257 | 52 | 62 | 0 | 37 | 372 | 43 | 63 |
| Binary | 1100110 | 1010111 | 10101111 | 101010 | 110010 | 0 | 11111 | 11111010 | 100011 | 110011 |
Color Harmonies of #6657AF
Complementary color
Monochromatic Colors of #6657AF
Black with #6657AF
Text Example
Text Example
White with #6657AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6657AF; }
p { color: rgb(102,87,175); }
H1.HeaderClassName
{
color: #6657AF;
}
.AnyTagClassName
{
color: #6657AF;
}
</style>
background-color css
<style>
a { background-color: #6657AF; }
a { background-color: rgb(102,87,175); }
div.DivClassName
{
background-color: #6657AF;
}
.BgClassName
{
background-color: #6657AF;
}
</style>
border-color css
<style>
span { border-color: #6657AF; }
span { border-color: rgb(102,87,175); }
td.TdClassName
{
border-color: #6657AF;
}
.TagClassName
{
border-color: #6657AF;
}
</style>