Shades of Scampi #65629B
Tints of Scampi #65629B
RGB
CMYK
RGB Variations
Color information
#65629B (or 0x65629B) is known color: Scampi. HEX triplet: 65, 62 and 9B. RGB value is (101,98,155). Sum of RGB (Red+Green+Blue) = 101+98+155=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #65629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65629B is #9A9D64. Grayscale: #696969. Windows color (decimal): -10132837 or 10183269. OLE color: 10183269.
HSL color Cylindrical-coordinate representation of color #65629B: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65629B is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 98 | 155 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.39 |
| HSL | 243.16º | 0.23% | 0.5% | - |
| HSV(B) | 243.16º | 0.37% | 0.61% | - |
| XYZ | 15.65 | 13.87 | 32.86 | - |
| YUV | 105.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 155 | 0.35 | 0.37 | 0 | 0.39 | 243.16 | 0.23 | 0.5 |
| Hex | 65 | 62 | 9B | 23 | 25 | 0 | 27 | F3 | 17 | 32 |
| Octal | 145 | 142 | 233 | 43 | 45 | 0 | 47 | 363 | 27 | 62 |
| Binary | 1100101 | 1100010 | 10011011 | 100011 | 100101 | 0 | 100111 | 11110011 | 10111 | 110010 |
Color Harmonies of #65629B
Complementary color
Monochromatic Colors of #65629B
Black with #65629B
Text Example
Text Example
White with #65629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65629B; }
p { color: rgb(101,98,155); }
H1.HeaderClassName
{
color: #65629B;
}
.AnyTagClassName
{
color: #65629B;
}
</style>
background-color css
<style>
a { background-color: #65629B; }
a { background-color: rgb(101,98,155); }
div.DivClassName
{
background-color: #65629B;
}
.BgClassName
{
background-color: #65629B;
}
</style>
border-color css
<style>
span { border-color: #65629B; }
span { border-color: rgb(101,98,155); }
td.TdClassName
{
border-color: #65629B;
}
.TagClassName
{
border-color: #65629B;
}
</style>