Shades of Blue Marguerite #655EBD
Tints of Blue Marguerite #655EBD
RGB
CMYK
RGB Variations
Color information
#655EBD (or 0x655EBD) is known color: Blue Marguerite. HEX triplet: 65, 5E and BD. RGB value is (101,94,189). Sum of RGB (Red+Green+Blue) = 101+94+189=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #655EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EBD is #9AA142. Grayscale: #6A6A6A. Windows color (decimal): -10133827 or 12410469. OLE color: 12410469.
HSL color Cylindrical-coordinate representation of color #655EBD: hue angle of 244.42º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655EBD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 94 | 189 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.26 |
| HSL | 244.42º | 0.42% | 0.55% | - |
| HSV(B) | 244.42º | 0.5% | 0.74% | - |
| XYZ | 18.55 | 14.45 | 49.95 | - |
| YUV | 106.92 | 174.32 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 189 | 0.47 | 0.50 | 0 | 0.26 | 244.42 | 0.42 | 0.55 |
| Hex | 65 | 5E | BD | 2F | 32 | 0 | 1A | F4 | 2A | 37 |
| Octal | 145 | 136 | 275 | 57 | 62 | 0 | 32 | 364 | 52 | 67 |
| Binary | 1100101 | 1011110 | 10111101 | 101111 | 110010 | 0 | 11010 | 11110100 | 101010 | 110111 |
Color Harmonies of #655EBD
Complementary color
Monochromatic Colors of #655EBD
Black with #655EBD
Text Example
Text Example
White with #655EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655EBD; }
p { color: rgb(101,94,189); }
H1.HeaderClassName
{
color: #655EBD;
}
.AnyTagClassName
{
color: #655EBD;
}
</style>
background-color css
<style>
a { background-color: #655EBD; }
a { background-color: rgb(101,94,189); }
div.DivClassName
{
background-color: #655EBD;
}
.BgClassName
{
background-color: #655EBD;
}
</style>
border-color css
<style>
span { border-color: #655EBD; }
span { border-color: rgb(101,94,189); }
td.TdClassName
{
border-color: #655EBD;
}
.TagClassName
{
border-color: #655EBD;
}
</style>