Shades of Scampi #636299
Tints of Scampi #636299
RGB
CMYK
RGB Variations
Color information
#636299 (or 0x636299) is known color: Scampi. HEX triplet: 63, 62 and 99. RGB value is (99,98,153). Sum of RGB (Red+Green+Blue) = 99+98+153=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #636299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636299 is #9C9D66. Grayscale: #686868. Windows color (decimal): -10263911 or 10052195. OLE color: 10052195.
HSL color Cylindrical-coordinate representation of color #636299: hue angle of 241.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #636299 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 98 | 153 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.4 |
| HSL | 241.09º | 0.22% | 0.49% | - |
| HSV(B) | 241.09º | 0.36% | 0.6% | - |
| XYZ | 15.26 | 13.69 | 31.97 | - |
| YUV | 104.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 153 | 0.35 | 0.36 | 0 | 0.4 | 241.09 | 0.22 | 0.49 |
| Hex | 63 | 62 | 99 | 23 | 24 | 0 | 28 | F1 | 16 | 31 |
| Octal | 143 | 142 | 231 | 43 | 44 | 0 | 50 | 361 | 26 | 61 |
| Binary | 1100011 | 1100010 | 10011001 | 100011 | 100100 | 0 | 101000 | 11110001 | 10110 | 110001 |
Color Harmonies of #636299
Complementary color
Monochromatic Colors of #636299
Black with #636299
Text Example
Text Example
White with #636299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636299; }
p { color: rgb(99,98,153); }
H1.HeaderClassName
{
color: #636299;
}
.AnyTagClassName
{
color: #636299;
}
</style>
background-color css
<style>
a { background-color: #636299; }
a { background-color: rgb(99,98,153); }
div.DivClassName
{
background-color: #636299;
}
.BgClassName
{
background-color: #636299;
}
</style>
border-color css
<style>
span { border-color: #636299; }
span { border-color: rgb(99,98,153); }
td.TdClassName
{
border-color: #636299;
}
.TagClassName
{
border-color: #636299;
}
</style>