Shades of Scampi #636498
Tints of Scampi #636498
RGB
CMYK
RGB Variations
Color information
#636498 (or 0x636498) is known color: Scampi. HEX triplet: 63, 64 and 98. RGB value is (99,100,152). Sum of RGB (Red+Green+Blue) = 99+100+152=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #636498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636498 is #9C9B67. Grayscale: #696969. Windows color (decimal): -10263400 or 9987171. OLE color: 9987171.
HSL color Cylindrical-coordinate representation of color #636498: hue angle of 238.87º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #636498 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 100 | 152 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.40 |
| HSL | 238.87º | 0.21% | 0.49% | - |
| HSV(B) | 238.87º | 0.35% | 0.6% | - |
| XYZ | 15.37 | 14.03 | 31.6 | - |
| YUV | 105.63 | 154.17 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 152 | 0.35 | 0.34 | 0 | 0.40 | 238.87 | 0.21 | 0.49 |
| Hex | 63 | 64 | 98 | 23 | 22 | 0 | 28 | EF | 15 | 31 |
| Octal | 143 | 144 | 230 | 43 | 42 | 0 | 50 | 357 | 25 | 61 |
| Binary | 1100011 | 1100100 | 10011000 | 100011 | 100010 | 0 | 101000 | 11101111 | 10101 | 110001 |
Color Harmonies of #636498
Complementary color
Monochromatic Colors of #636498
Black with #636498
Text Example
Text Example
White with #636498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636498; }
p { color: rgb(99,100,152); }
H1.HeaderClassName
{
color: #636498;
}
.AnyTagClassName
{
color: #636498;
}
</style>
background-color css
<style>
a { background-color: #636498; }
a { background-color: rgb(99,100,152); }
div.DivClassName
{
background-color: #636498;
}
.BgClassName
{
background-color: #636498;
}
</style>
border-color css
<style>
span { border-color: #636498; }
span { border-color: rgb(99,100,152); }
td.TdClassName
{
border-color: #636498;
}
.TagClassName
{
border-color: #636498;
}
</style>