Shades of Blue Marguerite #655DB2
Tints of Blue Marguerite #655DB2
RGB
CMYK
RGB Variations
Color information
#655DB2 (or 0x655DB2) is known color: Blue Marguerite. HEX triplet: 65, 5D and B2. RGB value is (101,93,178). Sum of RGB (Red+Green+Blue) = 101+93+178=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #655DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DB2 is #9AA24D. Grayscale: #686868. Windows color (decimal): -10134094 or 11689317. OLE color: 11689317.
HSL color Cylindrical-coordinate representation of color #655DB2: hue angle of 245.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655DB2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 93 | 178 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.30 |
| HSL | 245.65º | 0.36% | 0.53% | - |
| HSV(B) | 245.65º | 0.48% | 0.7% | - |
| XYZ | 17.32 | 13.81 | 43.87 | - |
| YUV | 105.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 178 | 0.43 | 0.48 | 0 | 0.30 | 245.65 | 0.36 | 0.53 |
| Hex | 65 | 5D | B2 | 2B | 30 | 0 | 1E | F6 | 24 | 35 |
| Octal | 145 | 135 | 262 | 53 | 60 | 0 | 36 | 366 | 44 | 65 |
| Binary | 1100101 | 1011101 | 10110010 | 101011 | 110000 | 0 | 11110 | 11110110 | 100100 | 110101 |
Color Harmonies of #655DB2
Complementary color
Monochromatic Colors of #655DB2
Black with #655DB2
Text Example
Text Example
White with #655DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DB2; }
p { color: rgb(101,93,178); }
H1.HeaderClassName
{
color: #655DB2;
}
.AnyTagClassName
{
color: #655DB2;
}
</style>
background-color css
<style>
a { background-color: #655DB2; }
a { background-color: rgb(101,93,178); }
div.DivClassName
{
background-color: #655DB2;
}
.BgClassName
{
background-color: #655DB2;
}
</style>
border-color css
<style>
span { border-color: #655DB2; }
span { border-color: rgb(101,93,178); }
td.TdClassName
{
border-color: #655DB2;
}
.TagClassName
{
border-color: #655DB2;
}
</style>