Shades of Blue Marguerite #654BB8
Tints of Blue Marguerite #654BB8
RGB
CMYK
RGB Variations
Color information
#654BB8 (or 0x654BB8) is known color: Blue Marguerite. HEX triplet: 65, 4B and B8. RGB value is (101,75,184). Sum of RGB (Red+Green+Blue) = 101+75+184=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #654BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BB8 is #9AB447. Grayscale: #5E5E5E. Windows color (decimal): -10138696 or 12077925. OLE color: 12077925.
HSL color Cylindrical-coordinate representation of color #654BB8: hue angle of 254.31º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654BB8 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 75 | 184 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.28 |
| HSL | 254.31º | 0.43% | 0.51% | - |
| HSV(B) | 254.31º | 0.59% | 0.72% | - |
| XYZ | 16.53 | 11.26 | 46.65 | - |
| YUV | 95.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 184 | 0.45 | 0.59 | 0 | 0.28 | 254.31 | 0.43 | 0.51 |
| Hex | 65 | 4B | B8 | 2D | 3B | 0 | 1C | FE | 2B | 33 |
| Octal | 145 | 113 | 270 | 55 | 73 | 0 | 34 | 376 | 53 | 63 |
| Binary | 1100101 | 1001011 | 10111000 | 101101 | 111011 | 0 | 11100 | 11111110 | 101011 | 110011 |
Color Harmonies of #654BB8
Complementary color
Monochromatic Colors of #654BB8
Black with #654BB8
Text Example
Text Example
White with #654BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BB8; }
p { color: rgb(101,75,184); }
H1.HeaderClassName
{
color: #654BB8;
}
.AnyTagClassName
{
color: #654BB8;
}
</style>
background-color css
<style>
a { background-color: #654BB8; }
a { background-color: rgb(101,75,184); }
div.DivClassName
{
background-color: #654BB8;
}
.BgClassName
{
background-color: #654BB8;
}
</style>
border-color css
<style>
span { border-color: #654BB8; }
span { border-color: rgb(101,75,184); }
td.TdClassName
{
border-color: #654BB8;
}
.TagClassName
{
border-color: #654BB8;
}
</style>