Shades of Blue Marguerite #645BBC
Tints of Blue Marguerite #645BBC
RGB
CMYK
RGB Variations
Color information
#645BBC (or 0x645BBC) is known color: Blue Marguerite. HEX triplet: 64, 5B and BC. RGB value is (100,91,188). Sum of RGB (Red+Green+Blue) = 100+91+188=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #645BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBC is #9BA443. Grayscale: #686868. Windows color (decimal): -10200132 or 12344164. OLE color: 12344164.
HSL color Cylindrical-coordinate representation of color #645BBC: hue angle of 245.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645BBC is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 91 | 188 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.26 |
| HSL | 245.57º | 0.42% | 0.55% | - |
| HSV(B) | 245.57º | 0.52% | 0.74% | - |
| XYZ | 18.07 | 13.82 | 49.29 | - |
| YUV | 104.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 188 | 0.47 | 0.52 | 0 | 0.26 | 245.57 | 0.42 | 0.55 |
| Hex | 64 | 5B | BC | 2F | 34 | 0 | 1A | F6 | 2A | 37 |
| Octal | 144 | 133 | 274 | 57 | 64 | 0 | 32 | 366 | 52 | 67 |
| Binary | 1100100 | 1011011 | 10111100 | 101111 | 110100 | 0 | 11010 | 11110110 | 101010 | 110111 |
Color Harmonies of #645BBC
Complementary color
Monochromatic Colors of #645BBC
Black with #645BBC
Text Example
Text Example
White with #645BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BBC; }
p { color: rgb(100,91,188); }
H1.HeaderClassName
{
color: #645BBC;
}
.AnyTagClassName
{
color: #645BBC;
}
</style>
background-color css
<style>
a { background-color: #645BBC; }
a { background-color: rgb(100,91,188); }
div.DivClassName
{
background-color: #645BBC;
}
.BgClassName
{
background-color: #645BBC;
}
</style>
border-color css
<style>
span { border-color: #645BBC; }
span { border-color: rgb(100,91,188); }
td.TdClassName
{
border-color: #645BBC;
}
.TagClassName
{
border-color: #645BBC;
}
</style>