Shades of Scampi #636192
Tints of Scampi #636192
RGB
CMYK
RGB Variations
Color information
#636192 (or 0x636192) is known color: Scampi. HEX triplet: 63, 61 and 92. RGB value is (99,97,146). Sum of RGB (Red+Green+Blue) = 99+97+146=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #636192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636192 is #9C9E6D. Grayscale: #666666. Windows color (decimal): -10264174 or 9593187. OLE color: 9593187.
HSL color Cylindrical-coordinate representation of color #636192: hue angle of 242.45º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #636192 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 97 | 146 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.43 |
| HSL | 242.45º | 0.2% | 0.48% | - |
| HSV(B) | 242.45º | 0.34% | 0.57% | - |
| XYZ | 14.61 | 13.28 | 28.99 | - |
| YUV | 103.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 146 | 0.32 | 0.34 | 0 | 0.43 | 242.45 | 0.2 | 0.48 |
| Hex | 63 | 61 | 92 | 20 | 22 | 0 | 2B | F2 | 14 | 30 |
| Octal | 143 | 141 | 222 | 40 | 42 | 0 | 53 | 362 | 24 | 60 |
| Binary | 1100011 | 1100001 | 10010010 | 100000 | 100010 | 0 | 101011 | 11110010 | 10100 | 110000 |
Color Harmonies of #636192
Complementary color
Monochromatic Colors of #636192
Black with #636192
Text Example
Text Example
White with #636192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636192; }
p { color: rgb(99,97,146); }
H1.HeaderClassName
{
color: #636192;
}
.AnyTagClassName
{
color: #636192;
}
</style>
background-color css
<style>
a { background-color: #636192; }
a { background-color: rgb(99,97,146); }
div.DivClassName
{
background-color: #636192;
}
.BgClassName
{
background-color: #636192;
}
</style>
border-color css
<style>
span { border-color: #636192; }
span { border-color: rgb(99,97,146); }
td.TdClassName
{
border-color: #636192;
}
.TagClassName
{
border-color: #636192;
}
</style>