Shades of Blue Marguerite #6656AF
Tints of Blue Marguerite #6656AF
RGB
CMYK
RGB Variations
Color information
#6656AF (or 0x6656AF) is known color: Blue Marguerite. HEX triplet: 66, 56 and AF. RGB value is (102,86,175). Sum of RGB (Red+Green+Blue) = 102+86+175=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6656AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6656AF is #99A950. Grayscale: #646464. Windows color (decimal): -10070353 or 11490918. OLE color: 11490918.
HSL color Cylindrical-coordinate representation of color #6656AF: hue angle of 250.79º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6656AF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 86 | 175 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.31 |
| HSL | 250.79º | 0.36% | 0.51% | - |
| HSV(B) | 250.79º | 0.51% | 0.69% | - |
| XYZ | 16.55 | 12.58 | 42.11 | - |
| YUV | 100.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 175 | 0.42 | 0.51 | 0 | 0.31 | 250.79 | 0.36 | 0.51 |
| Hex | 66 | 56 | AF | 2A | 33 | 0 | 1F | FB | 24 | 33 |
| Octal | 146 | 126 | 257 | 52 | 63 | 0 | 37 | 373 | 44 | 63 |
| Binary | 1100110 | 1010110 | 10101111 | 101010 | 110011 | 0 | 11111 | 11111011 | 100100 | 110011 |
Color Harmonies of #6656AF
Complementary color
Monochromatic Colors of #6656AF
Black with #6656AF
Text Example
Text Example
White with #6656AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656AF; }
p { color: rgb(102,86,175); }
H1.HeaderClassName
{
color: #6656AF;
}
.AnyTagClassName
{
color: #6656AF;
}
</style>
background-color css
<style>
a { background-color: #6656AF; }
a { background-color: rgb(102,86,175); }
div.DivClassName
{
background-color: #6656AF;
}
.BgClassName
{
background-color: #6656AF;
}
</style>
border-color css
<style>
span { border-color: #6656AF; }
span { border-color: rgb(102,86,175); }
td.TdClassName
{
border-color: #6656AF;
}
.TagClassName
{
border-color: #6656AF;
}
</style>