Shades of Scampi #656898
Tints of Scampi #656898
RGB
CMYK
RGB Variations
Color information
#656898 (or 0x656898) is known color: Scampi. HEX triplet: 65, 68 and 98. RGB value is (101,104,152). Sum of RGB (Red+Green+Blue) = 101+104+152=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #656898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656898 is #9A9767. Grayscale: #6C6C6C. Windows color (decimal): -10131304 or 9988197. OLE color: 9988197.
HSL color Cylindrical-coordinate representation of color #656898: hue angle of 236.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656898 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 104 | 152 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.40 |
| HSL | 236.47º | 0.2% | 0.5% | - |
| HSV(B) | 236.47º | 0.34% | 0.6% | - |
| XYZ | 15.98 | 14.93 | 31.75 | - |
| YUV | 108.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 152 | 0.34 | 0.32 | 0 | 0.40 | 236.47 | 0.2 | 0.5 |
| Hex | 65 | 68 | 98 | 22 | 20 | 0 | 28 | EC | 14 | 32 |
| Octal | 145 | 150 | 230 | 42 | 40 | 0 | 50 | 354 | 24 | 62 |
| Binary | 1100101 | 1101000 | 10011000 | 100010 | 100000 | 0 | 101000 | 11101100 | 10100 | 110010 |
Color Harmonies of #656898
Complementary color
Monochromatic Colors of #656898
Black with #656898
Text Example
Text Example
White with #656898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656898; }
p { color: rgb(101,104,152); }
H1.HeaderClassName
{
color: #656898;
}
.AnyTagClassName
{
color: #656898;
}
</style>
background-color css
<style>
a { background-color: #656898; }
a { background-color: rgb(101,104,152); }
div.DivClassName
{
background-color: #656898;
}
.BgClassName
{
background-color: #656898;
}
</style>
border-color css
<style>
span { border-color: #656898; }
span { border-color: rgb(101,104,152); }
td.TdClassName
{
border-color: #656898;
}
.TagClassName
{
border-color: #656898;
}
</style>