Shades of Scampi #635D9B
Tints of Scampi #635D9B
RGB
CMYK
RGB Variations
Color information
#635D9B (or 0x635D9B) is known color: Scampi. HEX triplet: 63, 5D and 9B. RGB value is (99,93,155). Sum of RGB (Red+Green+Blue) = 99+93+155=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #635D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635D9B is #9CA264. Grayscale: #656565. Windows color (decimal): -10265189 or 10181987. OLE color: 10181987.
HSL color Cylindrical-coordinate representation of color #635D9B: hue angle of 245.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635D9B is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 93 | 155 | - |
| CMYK | 0.36 | 0.4 | 0 | 0.39 |
| HSL | 245.81º | 0.25% | 0.49% | - |
| HSV(B) | 245.81º | 0.4% | 0.61% | - |
| XYZ | 14.98 | 12.85 | 32.7 | - |
| YUV | 101.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 155 | 0.36 | 0.4 | 0 | 0.39 | 245.81 | 0.25 | 0.49 |
| Hex | 63 | 5D | 9B | 24 | 28 | 0 | 27 | F6 | 19 | 31 |
| Octal | 143 | 135 | 233 | 44 | 50 | 0 | 47 | 366 | 31 | 61 |
| Binary | 1100011 | 1011101 | 10011011 | 100100 | 101000 | 0 | 100111 | 11110110 | 11001 | 110001 |
Color Harmonies of #635D9B
Complementary color
Monochromatic Colors of #635D9B
Black with #635D9B
Text Example
Text Example
White with #635D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D9B; }
p { color: rgb(99,93,155); }
H1.HeaderClassName
{
color: #635D9B;
}
.AnyTagClassName
{
color: #635D9B;
}
</style>
background-color css
<style>
a { background-color: #635D9B; }
a { background-color: rgb(99,93,155); }
div.DivClassName
{
background-color: #635D9B;
}
.BgClassName
{
background-color: #635D9B;
}
</style>
border-color css
<style>
span { border-color: #635D9B; }
span { border-color: rgb(99,93,155); }
td.TdClassName
{
border-color: #635D9B;
}
.TagClassName
{
border-color: #635D9B;
}
</style>