Shades of Blue Marguerite #645DBA
Tints of Blue Marguerite #645DBA
RGB
CMYK
RGB Variations
Color information
#645DBA (or 0x645DBA) is known color: Blue Marguerite. HEX triplet: 64, 5D and BA. RGB value is (100,93,186). Sum of RGB (Red+Green+Blue) = 100+93+186=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #645DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DBA is #9BA245. Grayscale: #696969. Windows color (decimal): -10199622 or 12213604. OLE color: 12213604.
HSL color Cylindrical-coordinate representation of color #645DBA: hue angle of 244.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #645DBA is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 93 | 186 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.27 |
| HSL | 244.52º | 0.4% | 0.55% | - |
| HSV(B) | 244.52º | 0.5% | 0.73% | - |
| XYZ | 18.03 | 14.08 | 48.22 | - |
| YUV | 105.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 186 | 0.46 | 0.5 | 0 | 0.27 | 244.52 | 0.4 | 0.55 |
| Hex | 64 | 5D | BA | 2E | 32 | 0 | 1B | F5 | 28 | 37 |
| Octal | 144 | 135 | 272 | 56 | 62 | 0 | 33 | 365 | 50 | 67 |
| Binary | 1100100 | 1011101 | 10111010 | 101110 | 110010 | 0 | 11011 | 11110101 | 101000 | 110111 |
Color Harmonies of #645DBA
Complementary color
Monochromatic Colors of #645DBA
Black with #645DBA
Text Example
Text Example
White with #645DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645DBA; }
p { color: rgb(100,93,186); }
H1.HeaderClassName
{
color: #645DBA;
}
.AnyTagClassName
{
color: #645DBA;
}
</style>
background-color css
<style>
a { background-color: #645DBA; }
a { background-color: rgb(100,93,186); }
div.DivClassName
{
background-color: #645DBA;
}
.BgClassName
{
background-color: #645DBA;
}
</style>
border-color css
<style>
span { border-color: #645DBA; }
span { border-color: rgb(100,93,186); }
td.TdClassName
{
border-color: #645DBA;
}
.TagClassName
{
border-color: #645DBA;
}
</style>