Shades of Scampi #65659B
Tints of Scampi #65659B
RGB
CMYK
RGB Variations
Color information
#65659B (or 0x65659B) is known color: Scampi. HEX triplet: 65, 65 and 9B. RGB value is (101,101,155). Sum of RGB (Red+Green+Blue) = 101+101+155=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #65659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65659B is #9A9A64. Grayscale: #6A6A6A. Windows color (decimal): -10132069 or 10184037. OLE color: 10184037.
HSL color Cylindrical-coordinate representation of color #65659B: hue angle of 240º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65659B is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 101 | 155 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.39 |
| HSL | 240º | 0.21% | 0.5% | - |
| HSV(B) | 240º | 0.35% | 0.61% | - |
| XYZ | 15.94 | 14.44 | 32.96 | - |
| YUV | 107.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 155 | 0.35 | 0.35 | 0 | 0.39 | 240 | 0.21 | 0.5 |
| Hex | 65 | 65 | 9B | 23 | 23 | 0 | 27 | F0 | 15 | 32 |
| Octal | 145 | 145 | 233 | 43 | 43 | 0 | 47 | 360 | 25 | 62 |
| Binary | 1100101 | 1100101 | 10011011 | 100011 | 100011 | 0 | 100111 | 11110000 | 10101 | 110010 |
Color Harmonies of #65659B
Complementary color
Monochromatic Colors of #65659B
Black with #65659B
Text Example
Text Example
White with #65659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65659B; }
p { color: rgb(101,101,155); }
H1.HeaderClassName
{
color: #65659B;
}
.AnyTagClassName
{
color: #65659B;
}
</style>
background-color css
<style>
a { background-color: #65659B; }
a { background-color: rgb(101,101,155); }
div.DivClassName
{
background-color: #65659B;
}
.BgClassName
{
background-color: #65659B;
}
</style>
border-color css
<style>
span { border-color: #65659B; }
span { border-color: rgb(101,101,155); }
td.TdClassName
{
border-color: #65659B;
}
.TagClassName
{
border-color: #65659B;
}
</style>