Shades of Scampi #65599F
Tints of Scampi #65599F
RGB
CMYK
RGB Variations
Color information
#65599F (or 0x65599F) is known color: Scampi. HEX triplet: 65, 59 and 9F. RGB value is (101,89,159). Sum of RGB (Red+Green+Blue) = 101+89+159=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #65599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599F is #9AA660. Grayscale: #646464. Windows color (decimal): -10135137 or 10443109. OLE color: 10443109.
HSL color Cylindrical-coordinate representation of color #65599F: hue angle of 250.29º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65599F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 89 | 159 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.38 |
| HSL | 250.29º | 0.28% | 0.49% | - |
| HSV(B) | 250.29º | 0.44% | 0.62% | - |
| XYZ | 15.2 | 12.41 | 34.4 | - |
| YUV | 100.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 159 | 0.36 | 0.44 | 0 | 0.38 | 250.29 | 0.28 | 0.49 |
| Hex | 65 | 59 | 9F | 24 | 2C | 0 | 26 | FA | 1C | 31 |
| Octal | 145 | 131 | 237 | 44 | 54 | 0 | 46 | 372 | 34 | 61 |
| Binary | 1100101 | 1011001 | 10011111 | 100100 | 101100 | 0 | 100110 | 11111010 | 11100 | 110001 |
Color Harmonies of #65599F
Complementary color
Monochromatic Colors of #65599F
Black with #65599F
Text Example
Text Example
White with #65599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65599F; }
p { color: rgb(101,89,159); }
H1.HeaderClassName
{
color: #65599F;
}
.AnyTagClassName
{
color: #65599F;
}
</style>
background-color css
<style>
a { background-color: #65599F; }
a { background-color: rgb(101,89,159); }
div.DivClassName
{
background-color: #65599F;
}
.BgClassName
{
background-color: #65599F;
}
</style>
border-color css
<style>
span { border-color: #65599F; }
span { border-color: rgb(101,89,159); }
td.TdClassName
{
border-color: #65599F;
}
.TagClassName
{
border-color: #65599F;
}
</style>