Shades of Blue Marguerite #655DB4
Tints of Blue Marguerite #655DB4
RGB
CMYK
RGB Variations
Color information
#655DB4 (or 0x655DB4) is known color: Blue Marguerite. HEX triplet: 65, 5D and B4. RGB value is (101,93,180). Sum of RGB (Red+Green+Blue) = 101+93+180=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #655DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DB4 is #9AA24B. Grayscale: #686868. Windows color (decimal): -10134092 or 11820389. OLE color: 11820389.
HSL color Cylindrical-coordinate representation of color #655DB4: hue angle of 245.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655DB4 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 93 | 180 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.29 |
| HSL | 245.52º | 0.37% | 0.54% | - |
| HSV(B) | 245.52º | 0.48% | 0.71% | - |
| XYZ | 17.52 | 13.89 | 44.94 | - |
| YUV | 105.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 180 | 0.44 | 0.48 | 0 | 0.29 | 245.52 | 0.37 | 0.54 |
| Hex | 65 | 5D | B4 | 2C | 30 | 0 | 1D | F6 | 25 | 36 |
| Octal | 145 | 135 | 264 | 54 | 60 | 0 | 35 | 366 | 45 | 66 |
| Binary | 1100101 | 1011101 | 10110100 | 101100 | 110000 | 0 | 11101 | 11110110 | 100101 | 110110 |
Color Harmonies of #655DB4
Complementary color
Monochromatic Colors of #655DB4
Black with #655DB4
Text Example
Text Example
White with #655DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DB4; }
p { color: rgb(101,93,180); }
H1.HeaderClassName
{
color: #655DB4;
}
.AnyTagClassName
{
color: #655DB4;
}
</style>
background-color css
<style>
a { background-color: #655DB4; }
a { background-color: rgb(101,93,180); }
div.DivClassName
{
background-color: #655DB4;
}
.BgClassName
{
background-color: #655DB4;
}
</style>
border-color css
<style>
span { border-color: #655DB4; }
span { border-color: rgb(101,93,180); }
td.TdClassName
{
border-color: #655DB4;
}
.TagClassName
{
border-color: #655DB4;
}
</style>