Shades of Scampi #635BA0
Tints of Scampi #635BA0
RGB
CMYK
RGB Variations
Color information
#635BA0 (or 0x635BA0) is known color: Scampi. HEX triplet: 63, 5B and A0. RGB value is (99,91,160). Sum of RGB (Red+Green+Blue) = 99+91+160=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #635BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BA0 is #9CA45F. Grayscale: #646464. Windows color (decimal): -10265696 or 10509155. OLE color: 10509155.
HSL color Cylindrical-coordinate representation of color #635BA0: hue angle of 246.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #635BA0 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 91 | 160 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.37 |
| HSL | 246.96º | 0.27% | 0.49% | - |
| HSV(B) | 246.96º | 0.43% | 0.63% | - |
| XYZ | 15.23 | 12.67 | 34.9 | - |
| YUV | 101.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 160 | 0.38 | 0.43 | 0 | 0.37 | 246.96 | 0.27 | 0.49 |
| Hex | 63 | 5B | A0 | 26 | 2B | 0 | 25 | F7 | 1B | 31 |
| Octal | 143 | 133 | 240 | 46 | 53 | 0 | 45 | 367 | 33 | 61 |
| Binary | 1100011 | 1011011 | 10100000 | 100110 | 101011 | 0 | 100101 | 11110111 | 11011 | 110001 |
Color Harmonies of #635BA0
Complementary color
Monochromatic Colors of #635BA0
Black with #635BA0
Text Example
Text Example
White with #635BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635BA0; }
p { color: rgb(99,91,160); }
H1.HeaderClassName
{
color: #635BA0;
}
.AnyTagClassName
{
color: #635BA0;
}
</style>
background-color css
<style>
a { background-color: #635BA0; }
a { background-color: rgb(99,91,160); }
div.DivClassName
{
background-color: #635BA0;
}
.BgClassName
{
background-color: #635BA0;
}
</style>
border-color css
<style>
span { border-color: #635BA0; }
span { border-color: rgb(99,91,160); }
td.TdClassName
{
border-color: #635BA0;
}
.TagClassName
{
border-color: #635BA0;
}
</style>