Shades of Blue Marguerite #654CB6
Tints of Blue Marguerite #654CB6
RGB
CMYK
RGB Variations
Color information
#654CB6 (or 0x654CB6) is known color: Blue Marguerite. HEX triplet: 65, 4C and B6. RGB value is (101,76,182). Sum of RGB (Red+Green+Blue) = 101+76+182=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #654CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CB6 is #9AB349. Grayscale: #5F5F5F. Windows color (decimal): -10138442 or 11947109. OLE color: 11947109.
HSL color Cylindrical-coordinate representation of color #654CB6: hue angle of 254.15º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #654CB6 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 76 | 182 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.29 |
| HSL | 254.15º | 0.42% | 0.51% | - |
| HSV(B) | 254.15º | 0.58% | 0.71% | - |
| XYZ | 16.39 | 11.31 | 45.58 | - |
| YUV | 95.56 | 176.78 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 182 | 0.45 | 0.58 | 0 | 0.29 | 254.15 | 0.42 | 0.51 |
| Hex | 65 | 4C | B6 | 2D | 3A | 0 | 1D | FE | 2A | 33 |
| Octal | 145 | 114 | 266 | 55 | 72 | 0 | 35 | 376 | 52 | 63 |
| Binary | 1100101 | 1001100 | 10110110 | 101101 | 111010 | 0 | 11101 | 11111110 | 101010 | 110011 |
Color Harmonies of #654CB6
Complementary color
Monochromatic Colors of #654CB6
Black with #654CB6
Text Example
Text Example
White with #654CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CB6; }
p { color: rgb(101,76,182); }
H1.HeaderClassName
{
color: #654CB6;
}
.AnyTagClassName
{
color: #654CB6;
}
</style>
background-color css
<style>
a { background-color: #654CB6; }
a { background-color: rgb(101,76,182); }
div.DivClassName
{
background-color: #654CB6;
}
.BgClassName
{
background-color: #654CB6;
}
</style>
border-color css
<style>
span { border-color: #654CB6; }
span { border-color: rgb(101,76,182); }
td.TdClassName
{
border-color: #654CB6;
}
.TagClassName
{
border-color: #654CB6;
}
</style>