Shades of Scampi #696C9C
Tints of Scampi #696C9C
RGB
CMYK
RGB Variations
Color information
#696C9C (or 0x696C9C) is known color: Scampi. HEX triplet: 69, 6C and 9C. RGB value is (105,108,156). Sum of RGB (Red+Green+Blue) = 105+108+156=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #696C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C9C is #969363. Grayscale: #707070. Windows color (decimal): -9868132 or 10251369. OLE color: 10251369.
HSL color Cylindrical-coordinate representation of color #696C9C: hue angle of 236.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696C9C is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 108 | 156 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.39 |
| HSL | 236.47º | 0.2% | 0.51% | - |
| HSV(B) | 236.47º | 0.33% | 0.61% | - |
| XYZ | 17.19 | 16.13 | 33.66 | - |
| YUV | 112.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 156 | 0.33 | 0.31 | 0 | 0.39 | 236.47 | 0.2 | 0.51 |
| Hex | 69 | 6C | 9C | 21 | 1F | 0 | 27 | EC | 14 | 33 |
| Octal | 151 | 154 | 234 | 41 | 37 | 0 | 47 | 354 | 24 | 63 |
| Binary | 1101001 | 1101100 | 10011100 | 100001 | 11111 | 0 | 100111 | 11101100 | 10100 | 110011 |
Color Harmonies of #696C9C
Complementary color
Monochromatic Colors of #696C9C
Black with #696C9C
Text Example
Text Example
White with #696C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C9C; }
p { color: rgb(105,108,156); }
H1.HeaderClassName
{
color: #696C9C;
}
.AnyTagClassName
{
color: #696C9C;
}
</style>
background-color css
<style>
a { background-color: #696C9C; }
a { background-color: rgb(105,108,156); }
div.DivClassName
{
background-color: #696C9C;
}
.BgClassName
{
background-color: #696C9C;
}
</style>
border-color css
<style>
span { border-color: #696C9C; }
span { border-color: rgb(105,108,156); }
td.TdClassName
{
border-color: #696C9C;
}
.TagClassName
{
border-color: #696C9C;
}
</style>