Shades of Blue Marguerite #655EBA
Tints of Blue Marguerite #655EBA
RGB
CMYK
RGB Variations
Color information
#655EBA (or 0x655EBA) is known color: Blue Marguerite. HEX triplet: 65, 5E and BA. RGB value is (101,94,186). Sum of RGB (Red+Green+Blue) = 101+94+186=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #655EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EBA is #9AA145. Grayscale: #6A6A6A. Windows color (decimal): -10133830 or 12213861. OLE color: 12213861.
HSL color Cylindrical-coordinate representation of color #655EBA: hue angle of 244.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #655EBA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 94 | 186 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.27 |
| HSL | 244.57º | 0.4% | 0.55% | - |
| HSV(B) | 244.57º | 0.49% | 0.73% | - |
| XYZ | 18.23 | 14.32 | 48.26 | - |
| YUV | 106.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 186 | 0.46 | 0.49 | 0 | 0.27 | 244.57 | 0.4 | 0.55 |
| Hex | 65 | 5E | BA | 2E | 31 | 0 | 1B | F5 | 28 | 37 |
| Octal | 145 | 136 | 272 | 56 | 61 | 0 | 33 | 365 | 50 | 67 |
| Binary | 1100101 | 1011110 | 10111010 | 101110 | 110001 | 0 | 11011 | 11110101 | 101000 | 110111 |
Color Harmonies of #655EBA
Complementary color
Monochromatic Colors of #655EBA
Black with #655EBA
Text Example
Text Example
White with #655EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EBA; }
p { color: rgb(101,94,186); }
H1.HeaderClassName
{
color: #655EBA;
}
.AnyTagClassName
{
color: #655EBA;
}
</style>
background-color css
<style>
a { background-color: #655EBA; }
a { background-color: rgb(101,94,186); }
div.DivClassName
{
background-color: #655EBA;
}
.BgClassName
{
background-color: #655EBA;
}
</style>
border-color css
<style>
span { border-color: #655EBA; }
span { border-color: rgb(101,94,186); }
td.TdClassName
{
border-color: #655EBA;
}
.TagClassName
{
border-color: #655EBA;
}
</style>