Shades of Blue Marguerite #654CBC
Tints of Blue Marguerite #654CBC
RGB
CMYK
RGB Variations
Color information
#654CBC (or 0x654CBC) is known color: Blue Marguerite. HEX triplet: 65, 4C and BC. RGB value is (101,76,188). Sum of RGB (Red+Green+Blue) = 101+76+188=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #654CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CBC is #9AB343. Grayscale: #5F5F5F. Windows color (decimal): -10138436 or 12340325. OLE color: 12340325.
HSL color Cylindrical-coordinate representation of color #654CBC: hue angle of 253.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654CBC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 76 | 188 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.26 |
| HSL | 253.39º | 0.46% | 0.52% | - |
| HSV(B) | 253.39º | 0.6% | 0.74% | - |
| XYZ | 17.03 | 11.57 | 48.91 | - |
| YUV | 96.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 188 | 0.46 | 0.60 | 0 | 0.26 | 253.39 | 0.46 | 0.52 |
| Hex | 65 | 4C | BC | 2E | 3C | 0 | 1A | FD | 2E | 34 |
| Octal | 145 | 114 | 274 | 56 | 74 | 0 | 32 | 375 | 56 | 64 |
| Binary | 1100101 | 1001100 | 10111100 | 101110 | 111100 | 0 | 11010 | 11111101 | 101110 | 110100 |
Color Harmonies of #654CBC
Complementary color
Monochromatic Colors of #654CBC
Black with #654CBC
Text Example
Text Example
White with #654CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654CBC; }
p { color: rgb(101,76,188); }
H1.HeaderClassName
{
color: #654CBC;
}
.AnyTagClassName
{
color: #654CBC;
}
</style>
background-color css
<style>
a { background-color: #654CBC; }
a { background-color: rgb(101,76,188); }
div.DivClassName
{
background-color: #654CBC;
}
.BgClassName
{
background-color: #654CBC;
}
</style>
border-color css
<style>
span { border-color: #654CBC; }
span { border-color: rgb(101,76,188); }
td.TdClassName
{
border-color: #654CBC;
}
.TagClassName
{
border-color: #654CBC;
}
</style>