Shades of Blue Marguerite #654FAC
Tints of Blue Marguerite #654FAC
RGB
CMYK
RGB Variations
Color information
#654FAC (or 0x654FAC) is known color: Blue Marguerite. HEX triplet: 65, 4F and AC. RGB value is (101,79,172). Sum of RGB (Red+Green+Blue) = 101+79+172=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #654FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654FAC is #9AB053. Grayscale: #5F5F5F. Windows color (decimal): -10137684 or 11292517. OLE color: 11292517.
HSL color Cylindrical-coordinate representation of color #654FAC: hue angle of 254.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654FAC is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 79 | 172 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.33 |
| HSL | 254.19º | 0.37% | 0.49% | - |
| HSV(B) | 254.19º | 0.54% | 0.67% | - |
| XYZ | 15.61 | 11.34 | 40.4 | - |
| YUV | 96.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 172 | 0.41 | 0.54 | 0 | 0.33 | 254.19 | 0.37 | 0.49 |
| Hex | 65 | 4F | AC | 29 | 36 | 0 | 21 | FE | 25 | 31 |
| Octal | 145 | 117 | 254 | 51 | 66 | 0 | 41 | 376 | 45 | 61 |
| Binary | 1100101 | 1001111 | 10101100 | 101001 | 110110 | 0 | 100001 | 11111110 | 100101 | 110001 |
Color Harmonies of #654FAC
Complementary color
Monochromatic Colors of #654FAC
Black with #654FAC
Text Example
Text Example
White with #654FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654FAC; }
p { color: rgb(101,79,172); }
H1.HeaderClassName
{
color: #654FAC;
}
.AnyTagClassName
{
color: #654FAC;
}
</style>
background-color css
<style>
a { background-color: #654FAC; }
a { background-color: rgb(101,79,172); }
div.DivClassName
{
background-color: #654FAC;
}
.BgClassName
{
background-color: #654FAC;
}
</style>
border-color css
<style>
span { border-color: #654FAC; }
span { border-color: rgb(101,79,172); }
td.TdClassName
{
border-color: #654FAC;
}
.TagClassName
{
border-color: #654FAC;
}
</style>