Shades of Blue Marguerite #6553BB
Tints of Blue Marguerite #6553BB
RGB
CMYK
RGB Variations
Color information
#6553BB (or 0x6553BB) is known color: Blue Marguerite. HEX triplet: 65, 53 and BB. RGB value is (101,83,187). Sum of RGB (Red+Green+Blue) = 101+83+187=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6553BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6553BB is #9AAC44. Grayscale: #636363. Windows color (decimal): -10136645 or 12276581. OLE color: 12276581.
HSL color Cylindrical-coordinate representation of color #6553BB: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6553BB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 83 | 187 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.27 |
| HSL | 250.38º | 0.43% | 0.53% | - |
| HSV(B) | 250.38º | 0.56% | 0.73% | - |
| XYZ | 17.43 | 12.54 | 48.52 | - |
| YUV | 100.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 187 | 0.46 | 0.56 | 0 | 0.27 | 250.38 | 0.43 | 0.53 |
| Hex | 65 | 53 | BB | 2E | 38 | 0 | 1B | FA | 2B | 35 |
| Octal | 145 | 123 | 273 | 56 | 70 | 0 | 33 | 372 | 53 | 65 |
| Binary | 1100101 | 1010011 | 10111011 | 101110 | 111000 | 0 | 11011 | 11111010 | 101011 | 110101 |
Color Harmonies of #6553BB
Complementary color
Monochromatic Colors of #6553BB
Black with #6553BB
Text Example
Text Example
White with #6553BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553BB; }
p { color: rgb(101,83,187); }
H1.HeaderClassName
{
color: #6553BB;
}
.AnyTagClassName
{
color: #6553BB;
}
</style>
background-color css
<style>
a { background-color: #6553BB; }
a { background-color: rgb(101,83,187); }
div.DivClassName
{
background-color: #6553BB;
}
.BgClassName
{
background-color: #6553BB;
}
</style>
border-color css
<style>
span { border-color: #6553BB; }
span { border-color: rgb(101,83,187); }
td.TdClassName
{
border-color: #6553BB;
}
.TagClassName
{
border-color: #6553BB;
}
</style>