Shades of Blue Marguerite #655FB9
Tints of Blue Marguerite #655FB9
RGB
CMYK
RGB Variations
Color information
#655FB9 (or 0x655FB9) is known color: Blue Marguerite. HEX triplet: 65, 5F and B9. RGB value is (101,95,185). Sum of RGB (Red+Green+Blue) = 101+95+185=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #655FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FB9 is #9AA046. Grayscale: #6A6A6A. Windows color (decimal): -10133575 or 12148581. OLE color: 12148581.
HSL color Cylindrical-coordinate representation of color #655FB9: hue angle of 244º degrees, saturation: 0.39, 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 #655FB9 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 95 | 185 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.27 |
| HSL | 244º | 0.39% | 0.55% | - |
| HSV(B) | 244º | 0.49% | 0.73% | - |
| XYZ | 18.22 | 14.45 | 47.73 | - |
| YUV | 107.05 | 171.99 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 185 | 0.45 | 0.49 | 0 | 0.27 | 244 | 0.39 | 0.55 |
| Hex | 65 | 5F | B9 | 2D | 31 | 0 | 1B | F4 | 27 | 37 |
| Octal | 145 | 137 | 271 | 55 | 61 | 0 | 33 | 364 | 47 | 67 |
| Binary | 1100101 | 1011111 | 10111001 | 101101 | 110001 | 0 | 11011 | 11110100 | 100111 | 110111 |
Color Harmonies of #655FB9
Complementary color
Monochromatic Colors of #655FB9
Black with #655FB9
Text Example
Text Example
White with #655FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FB9; }
p { color: rgb(101,95,185); }
H1.HeaderClassName
{
color: #655FB9;
}
.AnyTagClassName
{
color: #655FB9;
}
</style>
background-color css
<style>
a { background-color: #655FB9; }
a { background-color: rgb(101,95,185); }
div.DivClassName
{
background-color: #655FB9;
}
.BgClassName
{
background-color: #655FB9;
}
</style>
border-color css
<style>
span { border-color: #655FB9; }
span { border-color: rgb(101,95,185); }
td.TdClassName
{
border-color: #655FB9;
}
.TagClassName
{
border-color: #655FB9;
}
</style>