Shades of Blue Marguerite #655AB4
Tints of Blue Marguerite #655AB4
RGB
CMYK
RGB Variations
Color information
#655AB4 (or 0x655AB4) is known color: Blue Marguerite. HEX triplet: 65, 5A and B4. RGB value is (101,90,180). Sum of RGB (Red+Green+Blue) = 101+90+180=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #655AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AB4 is #9AA54B. Grayscale: #676767. Windows color (decimal): -10134860 or 11819621. OLE color: 11819621.
HSL color Cylindrical-coordinate representation of color #655AB4: hue angle of 247.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655AB4 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 90 | 180 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.29 |
| HSL | 247.33º | 0.38% | 0.53% | - |
| HSV(B) | 247.33º | 0.5% | 0.71% | - |
| XYZ | 17.26 | 13.37 | 44.85 | - |
| YUV | 103.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 180 | 0.44 | 0.50 | 0 | 0.29 | 247.33 | 0.38 | 0.53 |
| Hex | 65 | 5A | B4 | 2C | 32 | 0 | 1D | F7 | 26 | 35 |
| Octal | 145 | 132 | 264 | 54 | 62 | 0 | 35 | 367 | 46 | 65 |
| Binary | 1100101 | 1011010 | 10110100 | 101100 | 110010 | 0 | 11101 | 11110111 | 100110 | 110101 |
Color Harmonies of #655AB4
Complementary color
Monochromatic Colors of #655AB4
Black with #655AB4
Text Example
Text Example
White with #655AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AB4; }
p { color: rgb(101,90,180); }
H1.HeaderClassName
{
color: #655AB4;
}
.AnyTagClassName
{
color: #655AB4;
}
</style>
background-color css
<style>
a { background-color: #655AB4; }
a { background-color: rgb(101,90,180); }
div.DivClassName
{
background-color: #655AB4;
}
.BgClassName
{
background-color: #655AB4;
}
</style>
border-color css
<style>
span { border-color: #655AB4; }
span { border-color: rgb(101,90,180); }
td.TdClassName
{
border-color: #655AB4;
}
.TagClassName
{
border-color: #655AB4;
}
</style>