Shades of Blue Marguerite #654CB2
Tints of Blue Marguerite #654CB2
RGB
CMYK
RGB Variations
Color information
#654CB2 (or 0x654CB2) is known color: Blue Marguerite. HEX triplet: 65, 4C and B2. RGB value is (101,76,178). Sum of RGB (Red+Green+Blue) = 101+76+178=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #654CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654CB2 is #9AB34D. Grayscale: #5E5E5E. Windows color (decimal): -10138446 or 11684965. OLE color: 11684965.
HSL color Cylindrical-coordinate representation of color #654CB2: hue angle of 254.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #654CB2 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 76 | 178 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.30 |
| HSL | 254.71º | 0.4% | 0.5% | - |
| HSV(B) | 254.71º | 0.57% | 0.7% | - |
| XYZ | 15.99 | 11.15 | 43.43 | - |
| YUV | 95.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 178 | 0.43 | 0.57 | 0 | 0.30 | 254.71 | 0.4 | 0.5 |
| Hex | 65 | 4C | B2 | 2B | 39 | 0 | 1E | FF | 28 | 32 |
| Octal | 145 | 114 | 262 | 53 | 71 | 0 | 36 | 377 | 50 | 62 |
| Binary | 1100101 | 1001100 | 10110010 | 101011 | 111001 | 0 | 11110 | 11111111 | 101000 | 110010 |
Color Harmonies of #654CB2
Complementary color
Monochromatic Colors of #654CB2
Black with #654CB2
Text Example
Text Example
White with #654CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CB2; }
p { color: rgb(101,76,178); }
H1.HeaderClassName
{
color: #654CB2;
}
.AnyTagClassName
{
color: #654CB2;
}
</style>
background-color css
<style>
a { background-color: #654CB2; }
a { background-color: rgb(101,76,178); }
div.DivClassName
{
background-color: #654CB2;
}
.BgClassName
{
background-color: #654CB2;
}
</style>
border-color css
<style>
span { border-color: #654CB2; }
span { border-color: rgb(101,76,178); }
td.TdClassName
{
border-color: #654CB2;
}
.TagClassName
{
border-color: #654CB2;
}
</style>