Shades of Blue Marguerite #654BA8
Tints of Blue Marguerite #654BA8
RGB
CMYK
RGB Variations
Color information
#654BA8 (or 0x654BA8) is known color: Blue Marguerite. HEX triplet: 65, 4B and A8. RGB value is (101,75,168). Sum of RGB (Red+Green+Blue) = 101+75+168=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #654BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654BA8 is #9AB457. Grayscale: #5D5D5D. Windows color (decimal): -10138712 or 11029349. OLE color: 11029349.
HSL color Cylindrical-coordinate representation of color #654BA8: hue angle of 256.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654BA8 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 75 | 168 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.34 |
| HSL | 256.77º | 0.38% | 0.48% | - |
| HSV(B) | 256.77º | 0.55% | 0.66% | - |
| XYZ | 14.95 | 10.63 | 38.31 | - |
| YUV | 93.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 168 | 0.40 | 0.55 | 0 | 0.34 | 256.77 | 0.38 | 0.48 |
| Hex | 65 | 4B | A8 | 28 | 37 | 0 | 22 | 101 | 26 | 30 |
| Octal | 145 | 113 | 250 | 50 | 67 | 0 | 42 | 401 | 46 | 60 |
| Binary | 1100101 | 1001011 | 10101000 | 101000 | 110111 | 0 | 100010 | 100000001 | 100110 | 110000 |
Color Harmonies of #654BA8
Complementary color
Monochromatic Colors of #654BA8
Black with #654BA8
Text Example
Text Example
White with #654BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BA8; }
p { color: rgb(101,75,168); }
H1.HeaderClassName
{
color: #654BA8;
}
.AnyTagClassName
{
color: #654BA8;
}
</style>
background-color css
<style>
a { background-color: #654BA8; }
a { background-color: rgb(101,75,168); }
div.DivClassName
{
background-color: #654BA8;
}
.BgClassName
{
background-color: #654BA8;
}
</style>
border-color css
<style>
span { border-color: #654BA8; }
span { border-color: rgb(101,75,168); }
td.TdClassName
{
border-color: #654BA8;
}
.TagClassName
{
border-color: #654BA8;
}
</style>