Shades of Scampi #696B94
Tints of Scampi #696B94
RGB
CMYK
RGB Variations
Color information
#696B94 (or 0x696B94) is known color: Scampi. HEX triplet: 69, 6B and 94. RGB value is (105,107,148). Sum of RGB (Red+Green+Blue) = 105+107+148=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #696B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B94 is #96946B. Grayscale: #6E6E6E. Windows color (decimal): -9868396 or 9726825. OLE color: 9726825.
HSL color Cylindrical-coordinate representation of color #696B94: hue angle of 237.21º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696B94 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 107 | 148 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.42 |
| HSL | 237.21º | 0.17% | 0.5% | - |
| HSV(B) | 237.21º | 0.29% | 0.58% | - |
| XYZ | 16.43 | 15.66 | 30.17 | - |
| YUV | 111.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 148 | 0.29 | 0.28 | 0 | 0.42 | 237.21 | 0.17 | 0.5 |
| Hex | 69 | 6B | 94 | 1D | 1C | 0 | 2A | ED | 11 | 32 |
| Octal | 151 | 153 | 224 | 35 | 34 | 0 | 52 | 355 | 21 | 62 |
| Binary | 1101001 | 1101011 | 10010100 | 11101 | 11100 | 0 | 101010 | 11101101 | 10001 | 110010 |
Color Harmonies of #696B94
Complementary color
Monochromatic Colors of #696B94
Black with #696B94
Text Example
Text Example
White with #696B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B94; }
p { color: rgb(105,107,148); }
H1.HeaderClassName
{
color: #696B94;
}
.AnyTagClassName
{
color: #696B94;
}
</style>
background-color css
<style>
a { background-color: #696B94; }
a { background-color: rgb(105,107,148); }
div.DivClassName
{
background-color: #696B94;
}
.BgClassName
{
background-color: #696B94;
}
</style>
border-color css
<style>
span { border-color: #696B94; }
span { border-color: rgb(105,107,148); }
td.TdClassName
{
border-color: #696B94;
}
.TagClassName
{
border-color: #696B94;
}
</style>