Shades of Blue Marguerite #645AB7
Tints of Blue Marguerite #645AB7
RGB
CMYK
RGB Variations
Color information
#645AB7 (or 0x645AB7) is known color: Blue Marguerite. HEX triplet: 64, 5A and B7. RGB value is (100,90,183). Sum of RGB (Red+Green+Blue) = 100+90+183=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #645AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AB7 is #9BA548. Grayscale: #676767. Windows color (decimal): -10200393 or 12016228. OLE color: 12016228.
HSL color Cylindrical-coordinate representation of color #645AB7: hue angle of 246.45º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645AB7 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 90 | 183 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.28 |
| HSL | 246.45º | 0.39% | 0.54% | - |
| HSV(B) | 246.45º | 0.51% | 0.72% | - |
| XYZ | 17.46 | 13.44 | 46.47 | - |
| YUV | 103.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 183 | 0.45 | 0.51 | 0 | 0.28 | 246.45 | 0.39 | 0.54 |
| Hex | 64 | 5A | B7 | 2D | 33 | 0 | 1C | F6 | 27 | 36 |
| Octal | 144 | 132 | 267 | 55 | 63 | 0 | 34 | 366 | 47 | 66 |
| Binary | 1100100 | 1011010 | 10110111 | 101101 | 110011 | 0 | 11100 | 11110110 | 100111 | 110110 |
Color Harmonies of #645AB7
Complementary color
Monochromatic Colors of #645AB7
Black with #645AB7
Text Example
Text Example
White with #645AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645AB7; }
p { color: rgb(100,90,183); }
H1.HeaderClassName
{
color: #645AB7;
}
.AnyTagClassName
{
color: #645AB7;
}
</style>
background-color css
<style>
a { background-color: #645AB7; }
a { background-color: rgb(100,90,183); }
div.DivClassName
{
background-color: #645AB7;
}
.BgClassName
{
background-color: #645AB7;
}
</style>
border-color css
<style>
span { border-color: #645AB7; }
span { border-color: rgb(100,90,183); }
td.TdClassName
{
border-color: #645AB7;
}
.TagClassName
{
border-color: #645AB7;
}
</style>