Shades of Scampi #635A99
Tints of Scampi #635A99
RGB
CMYK
RGB Variations
Color information
#635A99 (or 0x635A99) is known color: Scampi. HEX triplet: 63, 5A and 99. RGB value is (99,90,153). Sum of RGB (Red+Green+Blue) = 99+90+153=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #635A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A99 is #9CA566. Grayscale: #636363. Windows color (decimal): -10265959 or 10050147. OLE color: 10050147.
HSL color Cylindrical-coordinate representation of color #635A99: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #635A99 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 90 | 153 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.4 |
| HSL | 248.57º | 0.26% | 0.48% | - |
| HSV(B) | 248.57º | 0.41% | 0.6% | - |
| XYZ | 14.55 | 12.26 | 31.74 | - |
| YUV | 99.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 153 | 0.35 | 0.41 | 0 | 0.4 | 248.57 | 0.26 | 0.48 |
| Hex | 63 | 5A | 99 | 23 | 29 | 0 | 28 | F9 | 1A | 30 |
| Octal | 143 | 132 | 231 | 43 | 51 | 0 | 50 | 371 | 32 | 60 |
| Binary | 1100011 | 1011010 | 10011001 | 100011 | 101001 | 0 | 101000 | 11111001 | 11010 | 110000 |
Color Harmonies of #635A99
Complementary color
Monochromatic Colors of #635A99
Black with #635A99
Text Example
Text Example
White with #635A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A99; }
p { color: rgb(99,90,153); }
H1.HeaderClassName
{
color: #635A99;
}
.AnyTagClassName
{
color: #635A99;
}
</style>
background-color css
<style>
a { background-color: #635A99; }
a { background-color: rgb(99,90,153); }
div.DivClassName
{
background-color: #635A99;
}
.BgClassName
{
background-color: #635A99;
}
</style>
border-color css
<style>
span { border-color: #635A99; }
span { border-color: rgb(99,90,153); }
td.TdClassName
{
border-color: #635A99;
}
.TagClassName
{
border-color: #635A99;
}
</style>