Shades of Blue Marguerite #645BBB
Tints of Blue Marguerite #645BBB
RGB
CMYK
RGB Variations
Color information
#645BBB (or 0x645BBB) is known color: Blue Marguerite. HEX triplet: 64, 5B and BB. RGB value is (100,91,187). Sum of RGB (Red+Green+Blue) = 100+91+187=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #645BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBB is #9BA444. Grayscale: #686868. Windows color (decimal): -10200133 or 12278628. OLE color: 12278628.
HSL color Cylindrical-coordinate representation of color #645BBB: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645BBB is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 91 | 187 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.27 |
| HSL | 245.63º | 0.41% | 0.55% | - |
| HSV(B) | 245.63º | 0.51% | 0.73% | - |
| XYZ | 17.97 | 13.78 | 48.73 | - |
| YUV | 104.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 187 | 0.47 | 0.51 | 0 | 0.27 | 245.63 | 0.41 | 0.55 |
| Hex | 64 | 5B | BB | 2F | 33 | 0 | 1B | F6 | 29 | 37 |
| Octal | 144 | 133 | 273 | 57 | 63 | 0 | 33 | 366 | 51 | 67 |
| Binary | 1100100 | 1011011 | 10111011 | 101111 | 110011 | 0 | 11011 | 11110110 | 101001 | 110111 |
Color Harmonies of #645BBB
Complementary color
Monochromatic Colors of #645BBB
Black with #645BBB
Text Example
Text Example
White with #645BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BBB; }
p { color: rgb(100,91,187); }
H1.HeaderClassName
{
color: #645BBB;
}
.AnyTagClassName
{
color: #645BBB;
}
</style>
background-color css
<style>
a { background-color: #645BBB; }
a { background-color: rgb(100,91,187); }
div.DivClassName
{
background-color: #645BBB;
}
.BgClassName
{
background-color: #645BBB;
}
</style>
border-color css
<style>
span { border-color: #645BBB; }
span { border-color: rgb(100,91,187); }
td.TdClassName
{
border-color: #645BBB;
}
.TagClassName
{
border-color: #645BBB;
}
</style>