Shades of Scampi #65639A
Tints of Scampi #65639A
RGB
CMYK
RGB Variations
Color information
#65639A (or 0x65639A) is known color: Scampi. HEX triplet: 65, 63 and 9A. RGB value is (101,99,154). Sum of RGB (Red+Green+Blue) = 101+99+154=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #65639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65639A is #9A9C65. Grayscale: #696969. Windows color (decimal): -10132582 or 10117989. OLE color: 10117989.
HSL color Cylindrical-coordinate representation of color #65639A: hue angle of 242.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65639A is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 99 | 154 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.40 |
| HSL | 242.18º | 0.22% | 0.5% | - |
| HSV(B) | 242.18º | 0.36% | 0.6% | - |
| XYZ | 15.66 | 14.02 | 32.45 | - |
| YUV | 105.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 154 | 0.34 | 0.36 | 0 | 0.40 | 242.18 | 0.22 | 0.5 |
| Hex | 65 | 63 | 9A | 22 | 24 | 0 | 28 | F2 | 16 | 32 |
| Octal | 145 | 143 | 232 | 42 | 44 | 0 | 50 | 362 | 26 | 62 |
| Binary | 1100101 | 1100011 | 10011010 | 100010 | 100100 | 0 | 101000 | 11110010 | 10110 | 110010 |
Color Harmonies of #65639A
Complementary color
Monochromatic Colors of #65639A
Black with #65639A
Text Example
Text Example
White with #65639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65639A; }
p { color: rgb(101,99,154); }
H1.HeaderClassName
{
color: #65639A;
}
.AnyTagClassName
{
color: #65639A;
}
</style>
background-color css
<style>
a { background-color: #65639A; }
a { background-color: rgb(101,99,154); }
div.DivClassName
{
background-color: #65639A;
}
.BgClassName
{
background-color: #65639A;
}
</style>
border-color css
<style>
span { border-color: #65639A; }
span { border-color: rgb(101,99,154); }
td.TdClassName
{
border-color: #65639A;
}
.TagClassName
{
border-color: #65639A;
}
</style>