Shades of Blue Marguerite #655ABE
Tints of Blue Marguerite #655ABE
RGB
CMYK
RGB Variations
Color information
#655ABE (or 0x655ABE) is known color: Blue Marguerite. HEX triplet: 65, 5A and BE. RGB value is (101,90,190). Sum of RGB (Red+Green+Blue) = 101+90+190=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #655ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ABE is #9AA541. Grayscale: #686868. Windows color (decimal): -10134850 or 12474981. OLE color: 12474981.
HSL color Cylindrical-coordinate representation of color #655ABE: hue angle of 246.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #655ABE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 90 | 190 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.25 |
| HSL | 246.6º | 0.43% | 0.55% | - |
| HSV(B) | 246.6º | 0.53% | 0.75% | - |
| XYZ | 18.32 | 13.8 | 50.41 | - |
| YUV | 104.69 | 176.14 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 190 | 0.47 | 0.53 | 0 | 0.25 | 246.6 | 0.43 | 0.55 |
| Hex | 65 | 5A | BE | 2F | 35 | 0 | 19 | F7 | 2B | 37 |
| Octal | 145 | 132 | 276 | 57 | 65 | 0 | 31 | 367 | 53 | 67 |
| Binary | 1100101 | 1011010 | 10111110 | 101111 | 110101 | 0 | 11001 | 11110111 | 101011 | 110111 |
Color Harmonies of #655ABE
Complementary color
Monochromatic Colors of #655ABE
Black with #655ABE
Text Example
Text Example
White with #655ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655ABE; }
p { color: rgb(101,90,190); }
H1.HeaderClassName
{
color: #655ABE;
}
.AnyTagClassName
{
color: #655ABE;
}
</style>
background-color css
<style>
a { background-color: #655ABE; }
a { background-color: rgb(101,90,190); }
div.DivClassName
{
background-color: #655ABE;
}
.BgClassName
{
background-color: #655ABE;
}
</style>
border-color css
<style>
span { border-color: #655ABE; }
span { border-color: rgb(101,90,190); }
td.TdClassName
{
border-color: #655ABE;
}
.TagClassName
{
border-color: #655ABE;
}
</style>