Shades of Blue Marguerite #6654AB
Tints of Blue Marguerite #6654AB
RGB
CMYK
RGB Variations
Color information
#6654AB (or 0x6654AB) is known color: Blue Marguerite. HEX triplet: 66, 54 and AB. RGB value is (102,84,171). Sum of RGB (Red+Green+Blue) = 102+84+171=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6654AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6654AB is #99AB54. Grayscale: #626262. Windows color (decimal): -10070869 or 11228262. OLE color: 11228262.
HSL color Cylindrical-coordinate representation of color #6654AB: hue angle of 252.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6654AB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 84 | 171 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.33 |
| HSL | 252.41º | 0.34% | 0.5% | - |
| HSV(B) | 252.41º | 0.51% | 0.67% | - |
| XYZ | 16 | 12.11 | 40.02 | - |
| YUV | 99.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 171 | 0.40 | 0.51 | 0 | 0.33 | 252.41 | 0.34 | 0.5 |
| Hex | 66 | 54 | AB | 28 | 33 | 0 | 21 | FC | 22 | 32 |
| Octal | 146 | 124 | 253 | 50 | 63 | 0 | 41 | 374 | 42 | 62 |
| Binary | 1100110 | 1010100 | 10101011 | 101000 | 110011 | 0 | 100001 | 11111100 | 100010 | 110010 |
Color Harmonies of #6654AB
Complementary color
Monochromatic Colors of #6654AB
Black with #6654AB
Text Example
Text Example
White with #6654AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6654AB; }
p { color: rgb(102,84,171); }
H1.HeaderClassName
{
color: #6654AB;
}
.AnyTagClassName
{
color: #6654AB;
}
</style>
background-color css
<style>
a { background-color: #6654AB; }
a { background-color: rgb(102,84,171); }
div.DivClassName
{
background-color: #6654AB;
}
.BgClassName
{
background-color: #6654AB;
}
</style>
border-color css
<style>
span { border-color: #6654AB; }
span { border-color: rgb(102,84,171); }
td.TdClassName
{
border-color: #6654AB;
}
.TagClassName
{
border-color: #6654AB;
}
</style>