Shades of Blue Marguerite #6655BB
Tints of Blue Marguerite #6655BB
RGB
CMYK
RGB Variations
Color information
#6655BB (or 0x6655BB) is known color: Blue Marguerite. HEX triplet: 66, 55 and BB. RGB value is (102,85,187). Sum of RGB (Red+Green+Blue) = 102+85+187=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6655BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BB is #99AA44. Grayscale: #656565. Windows color (decimal): -10070597 or 12277094. OLE color: 12277094.
HSL color Cylindrical-coordinate representation of color #6655BB: hue angle of 250º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6655BB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 85 | 187 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.27 |
| HSL | 250º | 0.43% | 0.53% | - |
| HSV(B) | 250º | 0.55% | 0.73% | - |
| XYZ | 17.7 | 12.91 | 48.57 | - |
| YUV | 101.71 | 176.13 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 187 | 0.45 | 0.55 | 0 | 0.27 | 250 | 0.43 | 0.53 |
| Hex | 66 | 55 | BB | 2D | 37 | 0 | 1B | FA | 2B | 35 |
| Octal | 146 | 125 | 273 | 55 | 67 | 0 | 33 | 372 | 53 | 65 |
| Binary | 1100110 | 1010101 | 10111011 | 101101 | 110111 | 0 | 11011 | 11111010 | 101011 | 110101 |
Color Harmonies of #6655BB
Complementary color
Monochromatic Colors of #6655BB
Black with #6655BB
Text Example
Text Example
White with #6655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6655BB; }
p { color: rgb(102,85,187); }
H1.HeaderClassName
{
color: #6655BB;
}
.AnyTagClassName
{
color: #6655BB;
}
</style>
background-color css
<style>
a { background-color: #6655BB; }
a { background-color: rgb(102,85,187); }
div.DivClassName
{
background-color: #6655BB;
}
.BgClassName
{
background-color: #6655BB;
}
</style>
border-color css
<style>
span { border-color: #6655BB; }
span { border-color: rgb(102,85,187); }
td.TdClassName
{
border-color: #6655BB;
}
.TagClassName
{
border-color: #6655BB;
}
</style>