Shades of Scampi #64649A
Tints of Scampi #64649A
RGB
CMYK
RGB Variations
Color information
#64649A (or 0x64649A) is known color: Scampi. HEX triplet: 64, 64 and 9A. RGB value is (100,100,154). Sum of RGB (Red+Green+Blue) = 100+100+154=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #64649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64649A is #9B9B65. Grayscale: #696969. Windows color (decimal): -10197862 or 10118244. OLE color: 10118244.
HSL color Cylindrical-coordinate representation of color #64649A: hue angle of 240º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64649A is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 100 | 154 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.40 |
| HSL | 240º | 0.21% | 0.5% | - |
| HSV(B) | 240º | 0.35% | 0.6% | - |
| XYZ | 15.65 | 14.16 | 32.48 | - |
| YUV | 106.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 154 | 0.35 | 0.35 | 0 | 0.40 | 240 | 0.21 | 0.5 |
| Hex | 64 | 64 | 9A | 23 | 23 | 0 | 28 | F0 | 15 | 32 |
| Octal | 144 | 144 | 232 | 43 | 43 | 0 | 50 | 360 | 25 | 62 |
| Binary | 1100100 | 1100100 | 10011010 | 100011 | 100011 | 0 | 101000 | 11110000 | 10101 | 110010 |
Color Harmonies of #64649A
Complementary color
Monochromatic Colors of #64649A
Black with #64649A
Text Example
Text Example
White with #64649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64649A; }
p { color: rgb(100,100,154); }
H1.HeaderClassName
{
color: #64649A;
}
.AnyTagClassName
{
color: #64649A;
}
</style>
background-color css
<style>
a { background-color: #64649A; }
a { background-color: rgb(100,100,154); }
div.DivClassName
{
background-color: #64649A;
}
.BgClassName
{
background-color: #64649A;
}
</style>
border-color css
<style>
span { border-color: #64649A; }
span { border-color: rgb(100,100,154); }
td.TdClassName
{
border-color: #64649A;
}
.TagClassName
{
border-color: #64649A;
}
</style>