Shades of Scampi #65659F
Tints of Scampi #65659F
RGB
CMYK
RGB Variations
Color information
#65659F (or 0x65659F) is known color: Scampi. HEX triplet: 65, 65 and 9F. RGB value is (101,101,159). Sum of RGB (Red+Green+Blue) = 101+101+159=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #65659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65659F is #9A9A60. Grayscale: #6B6B6B. Windows color (decimal): -10132065 or 10446181. OLE color: 10446181.
HSL color Cylindrical-coordinate representation of color #65659F: hue angle of 240º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65659F is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 101 | 159 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.38 |
| HSL | 240º | 0.23% | 0.51% | - |
| HSV(B) | 240º | 0.36% | 0.62% | - |
| XYZ | 16.28 | 14.58 | 34.76 | - |
| YUV | 107.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 159 | 0.36 | 0.36 | 0 | 0.38 | 240 | 0.23 | 0.51 |
| Hex | 65 | 65 | 9F | 24 | 24 | 0 | 26 | F0 | 17 | 33 |
| Octal | 145 | 145 | 237 | 44 | 44 | 0 | 46 | 360 | 27 | 63 |
| Binary | 1100101 | 1100101 | 10011111 | 100100 | 100100 | 0 | 100110 | 11110000 | 10111 | 110011 |
Color Harmonies of #65659F
Complementary color
Monochromatic Colors of #65659F
Black with #65659F
Text Example
Text Example
White with #65659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65659F; }
p { color: rgb(101,101,159); }
H1.HeaderClassName
{
color: #65659F;
}
.AnyTagClassName
{
color: #65659F;
}
</style>
background-color css
<style>
a { background-color: #65659F; }
a { background-color: rgb(101,101,159); }
div.DivClassName
{
background-color: #65659F;
}
.BgClassName
{
background-color: #65659F;
}
</style>
border-color css
<style>
span { border-color: #65659F; }
span { border-color: rgb(101,101,159); }
td.TdClassName
{
border-color: #65659F;
}
.TagClassName
{
border-color: #65659F;
}
</style>