Shades of Blue Marguerite #655BBA
Tints of Blue Marguerite #655BBA
RGB
CMYK
RGB Variations
Color information
#655BBA (or 0x655BBA) is known color: Blue Marguerite. HEX triplet: 65, 5B and BA. RGB value is (101,91,186). Sum of RGB (Red+Green+Blue) = 101+91+186=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #655BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBA is #9AA445. Grayscale: #686868. Windows color (decimal): -10134598 or 12213093. OLE color: 12213093.
HSL color Cylindrical-coordinate representation of color #655BBA: hue angle of 246.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655BBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 91 | 186 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.27 |
| HSL | 246.32º | 0.41% | 0.54% | - |
| HSV(B) | 246.32º | 0.51% | 0.73% | - |
| XYZ | 17.97 | 13.79 | 48.17 | - |
| YUV | 104.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 186 | 0.46 | 0.51 | 0 | 0.27 | 246.32 | 0.41 | 0.54 |
| Hex | 65 | 5B | BA | 2E | 33 | 0 | 1B | F6 | 29 | 36 |
| Octal | 145 | 133 | 272 | 56 | 63 | 0 | 33 | 366 | 51 | 66 |
| Binary | 1100101 | 1011011 | 10111010 | 101110 | 110011 | 0 | 11011 | 11110110 | 101001 | 110110 |
Color Harmonies of #655BBA
Complementary color
Monochromatic Colors of #655BBA
Black with #655BBA
Text Example
Text Example
White with #655BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655BBA; }
p { color: rgb(101,91,186); }
H1.HeaderClassName
{
color: #655BBA;
}
.AnyTagClassName
{
color: #655BBA;
}
</style>
background-color css
<style>
a { background-color: #655BBA; }
a { background-color: rgb(101,91,186); }
div.DivClassName
{
background-color: #655BBA;
}
.BgClassName
{
background-color: #655BBA;
}
</style>
border-color css
<style>
span { border-color: #655BBA; }
span { border-color: rgb(101,91,186); }
td.TdClassName
{
border-color: #655BBA;
}
.TagClassName
{
border-color: #655BBA;
}
</style>