Shades of Scampi #71669C
Tints of Scampi #71669C
RGB
CMYK
RGB Variations
Color information
#71669C (or 0x71669C) is known color: Scampi. HEX triplet: 71, 66 and 9C. RGB value is (113,102,156). Sum of RGB (Red+Green+Blue) = 113+102+156=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #71669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71669C is #8E9963. Grayscale: #6F6F6F. Windows color (decimal): -9345380 or 10249841. OLE color: 10249841.
HSL color Cylindrical-coordinate representation of color #71669C: hue angle of 252.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71669C is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 102 | 156 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.39 |
| HSL | 252.22º | 0.21% | 0.51% | - |
| HSV(B) | 252.22º | 0.35% | 0.61% | - |
| XYZ | 17.56 | 15.41 | 33.5 | - |
| YUV | 111.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 156 | 0.28 | 0.35 | 0 | 0.39 | 252.22 | 0.21 | 0.51 |
| Hex | 71 | 66 | 9C | 1C | 23 | 0 | 27 | FC | 15 | 33 |
| Octal | 161 | 146 | 234 | 34 | 43 | 0 | 47 | 374 | 25 | 63 |
| Binary | 1110001 | 1100110 | 10011100 | 11100 | 100011 | 0 | 100111 | 11111100 | 10101 | 110011 |
Color Harmonies of #71669C
Complementary color
Monochromatic Colors of #71669C
Black with #71669C
Text Example
Text Example
White with #71669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71669C; }
p { color: rgb(113,102,156); }
H1.HeaderClassName
{
color: #71669C;
}
.AnyTagClassName
{
color: #71669C;
}
</style>
background-color css
<style>
a { background-color: #71669C; }
a { background-color: rgb(113,102,156); }
div.DivClassName
{
background-color: #71669C;
}
.BgClassName
{
background-color: #71669C;
}
</style>
border-color css
<style>
span { border-color: #71669C; }
span { border-color: rgb(113,102,156); }
td.TdClassName
{
border-color: #71669C;
}
.TagClassName
{
border-color: #71669C;
}
</style>