Shades of Blue Marguerite #654AB8
Tints of Blue Marguerite #654AB8
RGB
CMYK
RGB Variations
Color information
#654AB8 (or 0x654AB8) is known color: Blue Marguerite. HEX triplet: 65, 4A and B8. RGB value is (101,74,184). Sum of RGB (Red+Green+Blue) = 101+74+184=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 184 (72.27% from 255 or 51.25% from 359); Max value from RGB is 184 - color contains mainly: blue. Hex color #654AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654AB8 is #9AB547. Grayscale: #5E5E5E. Windows color (decimal): -10138952 or 12077669. OLE color: 12077669.
HSL color Cylindrical-coordinate representation of color #654AB8: hue angle of 254.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654AB8 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 74 | 184 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.28 |
| HSL | 254.73º | 0.44% | 0.51% | - |
| HSV(B) | 254.73º | 0.6% | 0.72% | - |
| XYZ | 16.47 | 11.12 | 46.63 | - |
| YUV | 94.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 184 | 0.45 | 0.60 | 0 | 0.28 | 254.73 | 0.44 | 0.51 |
| Hex | 65 | 4A | B8 | 2D | 3C | 0 | 1C | FF | 2C | 33 |
| Octal | 145 | 112 | 270 | 55 | 74 | 0 | 34 | 377 | 54 | 63 |
| Binary | 1100101 | 1001010 | 10111000 | 101101 | 111100 | 0 | 11100 | 11111111 | 101100 | 110011 |
Color Harmonies of #654AB8
Complementary color
Monochromatic Colors of #654AB8
Black with #654AB8
Text Example
Text Example
White with #654AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AB8; }
p { color: rgb(101,74,184); }
H1.HeaderClassName
{
color: #654AB8;
}
.AnyTagClassName
{
color: #654AB8;
}
</style>
background-color css
<style>
a { background-color: #654AB8; }
a { background-color: rgb(101,74,184); }
div.DivClassName
{
background-color: #654AB8;
}
.BgClassName
{
background-color: #654AB8;
}
</style>
border-color css
<style>
span { border-color: #654AB8; }
span { border-color: rgb(101,74,184); }
td.TdClassName
{
border-color: #654AB8;
}
.TagClassName
{
border-color: #654AB8;
}
</style>