Shades of Scampi #645BA3
Tints of Scampi #645BA3
RGB
CMYK
RGB Variations
Color information
#645BA3 (or 0x645BA3) is known color: Scampi. HEX triplet: 64, 5B and A3. RGB value is (100,91,163). Sum of RGB (Red+Green+Blue) = 100+91+163=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #645BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA3 is #9BA45C. Grayscale: #656565. Windows color (decimal): -10200157 or 10705764. OLE color: 10705764.
HSL color Cylindrical-coordinate representation of color #645BA3: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645BA3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 91 | 163 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.36 |
| HSL | 247.5º | 0.28% | 0.5% | - |
| HSV(B) | 247.5º | 0.44% | 0.64% | - |
| XYZ | 15.61 | 12.84 | 36.31 | - |
| YUV | 101.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 163 | 0.39 | 0.44 | 0 | 0.36 | 247.5 | 0.28 | 0.5 |
| Hex | 64 | 5B | A3 | 27 | 2C | 0 | 24 | F8 | 1C | 32 |
| Octal | 144 | 133 | 243 | 47 | 54 | 0 | 44 | 370 | 34 | 62 |
| Binary | 1100100 | 1011011 | 10100011 | 100111 | 101100 | 0 | 100100 | 11111000 | 11100 | 110010 |
Color Harmonies of #645BA3
Complementary color
Monochromatic Colors of #645BA3
Black with #645BA3
Text Example
Text Example
White with #645BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645BA3; }
p { color: rgb(100,91,163); }
H1.HeaderClassName
{
color: #645BA3;
}
.AnyTagClassName
{
color: #645BA3;
}
</style>
background-color css
<style>
a { background-color: #645BA3; }
a { background-color: rgb(100,91,163); }
div.DivClassName
{
background-color: #645BA3;
}
.BgClassName
{
background-color: #645BA3;
}
</style>
border-color css
<style>
span { border-color: #645BA3; }
span { border-color: rgb(100,91,163); }
td.TdClassName
{
border-color: #645BA3;
}
.TagClassName
{
border-color: #645BA3;
}
</style>