Shades of Scampi #636198
Tints of Scampi #636198
RGB
CMYK
RGB Variations
Color information
#636198 (or 0x636198) is known color: Scampi. HEX triplet: 63, 61 and 98. RGB value is (99,97,152). Sum of RGB (Red+Green+Blue) = 99+97+152=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #636198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636198 is #9C9E67. Grayscale: #676767. Windows color (decimal): -10264168 or 9986403. OLE color: 9986403.
HSL color Cylindrical-coordinate representation of color #636198: hue angle of 242.18º 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 #636198 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 97 | 152 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.40 |
| HSL | 242.18º | 0.22% | 0.49% | - |
| HSV(B) | 242.18º | 0.36% | 0.6% | - |
| XYZ | 15.09 | 13.47 | 31.51 | - |
| YUV | 103.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 152 | 0.35 | 0.36 | 0 | 0.40 | 242.18 | 0.22 | 0.49 |
| Hex | 63 | 61 | 98 | 23 | 24 | 0 | 28 | F2 | 16 | 31 |
| Octal | 143 | 141 | 230 | 43 | 44 | 0 | 50 | 362 | 26 | 61 |
| Binary | 1100011 | 1100001 | 10011000 | 100011 | 100100 | 0 | 101000 | 11110010 | 10110 | 110001 |
Color Harmonies of #636198
Complementary color
Monochromatic Colors of #636198
Black with #636198
Text Example
Text Example
White with #636198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636198; }
p { color: rgb(99,97,152); }
H1.HeaderClassName
{
color: #636198;
}
.AnyTagClassName
{
color: #636198;
}
</style>
background-color css
<style>
a { background-color: #636198; }
a { background-color: rgb(99,97,152); }
div.DivClassName
{
background-color: #636198;
}
.BgClassName
{
background-color: #636198;
}
</style>
border-color css
<style>
span { border-color: #636198; }
span { border-color: rgb(99,97,152); }
td.TdClassName
{
border-color: #636198;
}
.TagClassName
{
border-color: #636198;
}
</style>