Shades of Scampi #65639B
Tints of Scampi #65639B
RGB
CMYK
RGB Variations
Color information
#65639B (or 0x65639B) is known color: Scampi. HEX triplet: 65, 63 and 9B. RGB value is (101,99,155). Sum of RGB (Red+Green+Blue) = 101+99+155=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #65639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65639B is #9A9C64. Grayscale: #696969. Windows color (decimal): -10132581 or 10183525. OLE color: 10183525.
HSL color Cylindrical-coordinate representation of color #65639B: hue angle of 242.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65639B is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 99 | 155 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.39 |
| HSL | 242.14º | 0.22% | 0.5% | - |
| HSV(B) | 242.14º | 0.36% | 0.61% | - |
| XYZ | 15.75 | 14.06 | 32.89 | - |
| YUV | 105.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 155 | 0.35 | 0.36 | 0 | 0.39 | 242.14 | 0.22 | 0.5 |
| Hex | 65 | 63 | 9B | 23 | 24 | 0 | 27 | F2 | 16 | 32 |
| Octal | 145 | 143 | 233 | 43 | 44 | 0 | 47 | 362 | 26 | 62 |
| Binary | 1100101 | 1100011 | 10011011 | 100011 | 100100 | 0 | 100111 | 11110010 | 10110 | 110010 |
Color Harmonies of #65639B
Complementary color
Monochromatic Colors of #65639B
Black with #65639B
Text Example
Text Example
White with #65639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65639B; }
p { color: rgb(101,99,155); }
H1.HeaderClassName
{
color: #65639B;
}
.AnyTagClassName
{
color: #65639B;
}
</style>
background-color css
<style>
a { background-color: #65639B; }
a { background-color: rgb(101,99,155); }
div.DivClassName
{
background-color: #65639B;
}
.BgClassName
{
background-color: #65639B;
}
</style>
border-color css
<style>
span { border-color: #65639B; }
span { border-color: rgb(101,99,155); }
td.TdClassName
{
border-color: #65639B;
}
.TagClassName
{
border-color: #65639B;
}
</style>