Shades of Blue Marguerite #6655BA
Tints of Blue Marguerite #6655BA
RGB
CMYK
RGB Variations
Color information
#6655BA (or 0x6655BA) is known color: Blue Marguerite. HEX triplet: 66, 55 and BA. RGB value is (102,85,186). Sum of RGB (Red+Green+Blue) = 102+85+186=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6655BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BA is #99AA45. Grayscale: #656565. Windows color (decimal): -10070598 or 12211558. OLE color: 12211558.
HSL color Cylindrical-coordinate representation of color #6655BA: hue angle of 250.1º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6655BA is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 85 | 186 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.27 |
| HSL | 250.1º | 0.42% | 0.53% | - |
| HSV(B) | 250.1º | 0.54% | 0.73% | - |
| XYZ | 17.59 | 12.87 | 48.01 | - |
| YUV | 101.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 186 | 0.45 | 0.54 | 0 | 0.27 | 250.1 | 0.42 | 0.53 |
| Hex | 66 | 55 | BA | 2D | 36 | 0 | 1B | FA | 2A | 35 |
| Octal | 146 | 125 | 272 | 55 | 66 | 0 | 33 | 372 | 52 | 65 |
| Binary | 1100110 | 1010101 | 10111010 | 101101 | 110110 | 0 | 11011 | 11111010 | 101010 | 110101 |
Color Harmonies of #6655BA
Complementary color
Monochromatic Colors of #6655BA
Black with #6655BA
Text Example
Text Example
White with #6655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655BA; }
p { color: rgb(102,85,186); }
H1.HeaderClassName
{
color: #6655BA;
}
.AnyTagClassName
{
color: #6655BA;
}
</style>
background-color css
<style>
a { background-color: #6655BA; }
a { background-color: rgb(102,85,186); }
div.DivClassName
{
background-color: #6655BA;
}
.BgClassName
{
background-color: #6655BA;
}
</style>
border-color css
<style>
span { border-color: #6655BA; }
span { border-color: rgb(102,85,186); }
td.TdClassName
{
border-color: #6655BA;
}
.TagClassName
{
border-color: #6655BA;
}
</style>