Shades of Scampi #65619D
Tints of Scampi #65619D
RGB
CMYK
RGB Variations
Color information
#65619D (or 0x65619D) is known color: Scampi. HEX triplet: 65, 61 and 9D. RGB value is (101,97,157). Sum of RGB (Red+Green+Blue) = 101+97+157=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #65619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65619D is #9A9E62. Grayscale: #686868. Windows color (decimal): -10133091 or 10314085. OLE color: 10314085.
HSL color Cylindrical-coordinate representation of color #65619D: hue angle of 244º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65619D is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 97 | 157 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.38 |
| HSL | 244º | 0.24% | 0.5% | - |
| HSV(B) | 244º | 0.38% | 0.62% | - |
| XYZ | 15.73 | 13.75 | 33.72 | - |
| YUV | 105.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 157 | 0.36 | 0.38 | 0 | 0.38 | 244 | 0.24 | 0.5 |
| Hex | 65 | 61 | 9D | 24 | 26 | 0 | 26 | F4 | 18 | 32 |
| Octal | 145 | 141 | 235 | 44 | 46 | 0 | 46 | 364 | 30 | 62 |
| Binary | 1100101 | 1100001 | 10011101 | 100100 | 100110 | 0 | 100110 | 11110100 | 11000 | 110010 |
Color Harmonies of #65619D
Complementary color
Monochromatic Colors of #65619D
Black with #65619D
Text Example
Text Example
White with #65619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65619D; }
p { color: rgb(101,97,157); }
H1.HeaderClassName
{
color: #65619D;
}
.AnyTagClassName
{
color: #65619D;
}
</style>
background-color css
<style>
a { background-color: #65619D; }
a { background-color: rgb(101,97,157); }
div.DivClassName
{
background-color: #65619D;
}
.BgClassName
{
background-color: #65619D;
}
</style>
border-color css
<style>
span { border-color: #65619D; }
span { border-color: rgb(101,97,157); }
td.TdClassName
{
border-color: #65619D;
}
.TagClassName
{
border-color: #65619D;
}
</style>