Shades of Scampi #636191
Tints of Scampi #636191
RGB
CMYK
RGB Variations
Color information
#636191 (or 0x636191) is known color: Scampi. HEX triplet: 63, 61 and 91. RGB value is (99,97,145). Sum of RGB (Red+Green+Blue) = 99+97+145=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #636191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636191 is #9C9E6E. Grayscale: #666666. Windows color (decimal): -10264175 or 9527651. OLE color: 9527651.
HSL color Cylindrical-coordinate representation of color #636191: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636191 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 97 | 145 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.43 |
| HSL | 242.5º | 0.2% | 0.47% | - |
| HSV(B) | 242.5º | 0.33% | 0.57% | - |
| XYZ | 14.53 | 13.25 | 28.58 | - |
| YUV | 103.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 145 | 0.32 | 0.33 | 0 | 0.43 | 242.5 | 0.2 | 0.47 |
| Hex | 63 | 61 | 91 | 20 | 21 | 0 | 2B | F2 | 14 | 2F |
| Octal | 143 | 141 | 221 | 40 | 41 | 0 | 53 | 362 | 24 | 57 |
| Binary | 1100011 | 1100001 | 10010001 | 100000 | 100001 | 0 | 101011 | 11110010 | 10100 | 101111 |
Color Harmonies of #636191
Complementary color
Monochromatic Colors of #636191
Black with #636191
Text Example
Text Example
White with #636191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636191; }
p { color: rgb(99,97,145); }
H1.HeaderClassName
{
color: #636191;
}
.AnyTagClassName
{
color: #636191;
}
</style>
background-color css
<style>
a { background-color: #636191; }
a { background-color: rgb(99,97,145); }
div.DivClassName
{
background-color: #636191;
}
.BgClassName
{
background-color: #636191;
}
</style>
border-color css
<style>
span { border-color: #636191; }
span { border-color: rgb(99,97,145); }
td.TdClassName
{
border-color: #636191;
}
.TagClassName
{
border-color: #636191;
}
</style>