Shades of Scampi #64569B
Tints of Scampi #64569B
RGB
CMYK
RGB Variations
Color information
#64569B (or 0x64569B) is known color: Scampi. HEX triplet: 64, 56 and 9B. RGB value is (100,86,155). Sum of RGB (Red+Green+Blue) = 100+86+155=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #64569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64569B is #9BA964. Grayscale: #616161. Windows color (decimal): -10201445 or 10180196. OLE color: 10180196.
HSL color Cylindrical-coordinate representation of color #64569B: hue angle of 252.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64569B is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 86 | 155 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.39 |
| HSL | 252.17º | 0.29% | 0.47% | - |
| HSV(B) | 252.17º | 0.45% | 0.61% | - |
| XYZ | 14.5 | 11.73 | 32.51 | - |
| YUV | 98.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 155 | 0.35 | 0.45 | 0 | 0.39 | 252.17 | 0.29 | 0.47 |
| Hex | 64 | 56 | 9B | 23 | 2D | 0 | 27 | FC | 1D | 2F |
| Octal | 144 | 126 | 233 | 43 | 55 | 0 | 47 | 374 | 35 | 57 |
| Binary | 1100100 | 1010110 | 10011011 | 100011 | 101101 | 0 | 100111 | 11111100 | 11101 | 101111 |
Color Harmonies of #64569B
Complementary color
Monochromatic Colors of #64569B
Black with #64569B
Text Example
Text Example
White with #64569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64569B; }
p { color: rgb(100,86,155); }
H1.HeaderClassName
{
color: #64569B;
}
.AnyTagClassName
{
color: #64569B;
}
</style>
background-color css
<style>
a { background-color: #64569B; }
a { background-color: rgb(100,86,155); }
div.DivClassName
{
background-color: #64569B;
}
.BgClassName
{
background-color: #64569B;
}
</style>
border-color css
<style>
span { border-color: #64569B; }
span { border-color: rgb(100,86,155); }
td.TdClassName
{
border-color: #64569B;
}
.TagClassName
{
border-color: #64569B;
}
</style>