Shades of Scampi #65609F
Tints of Scampi #65609F
RGB
CMYK
RGB Variations
Color information
#65609F (or 0x65609F) is known color: Scampi. HEX triplet: 65, 60 and 9F. RGB value is (101,96,159). Sum of RGB (Red+Green+Blue) = 101+96+159=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #65609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65609F is #9A9F60. Grayscale: #686868. Windows color (decimal): -10133345 or 10444901. OLE color: 10444901.
HSL color Cylindrical-coordinate representation of color #65609F: hue angle of 244.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65609F is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 96 | 159 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.38 |
| HSL | 244.76º | 0.25% | 0.5% | - |
| HSV(B) | 244.76º | 0.4% | 0.62% | - |
| XYZ | 15.81 | 13.64 | 34.6 | - |
| YUV | 104.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 159 | 0.36 | 0.40 | 0 | 0.38 | 244.76 | 0.25 | 0.5 |
| Hex | 65 | 60 | 9F | 24 | 28 | 0 | 26 | F5 | 19 | 32 |
| Octal | 145 | 140 | 237 | 44 | 50 | 0 | 46 | 365 | 31 | 62 |
| Binary | 1100101 | 1100000 | 10011111 | 100100 | 101000 | 0 | 100110 | 11110101 | 11001 | 110010 |
Color Harmonies of #65609F
Complementary color
Monochromatic Colors of #65609F
Black with #65609F
Text Example
Text Example
White with #65609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65609F; }
p { color: rgb(101,96,159); }
H1.HeaderClassName
{
color: #65609F;
}
.AnyTagClassName
{
color: #65609F;
}
</style>
background-color css
<style>
a { background-color: #65609F; }
a { background-color: rgb(101,96,159); }
div.DivClassName
{
background-color: #65609F;
}
.BgClassName
{
background-color: #65609F;
}
</style>
border-color css
<style>
span { border-color: #65609F; }
span { border-color: rgb(101,96,159); }
td.TdClassName
{
border-color: #65609F;
}
.TagClassName
{
border-color: #65609F;
}
</style>