Shades of Scampi #696B93
Tints of Scampi #696B93
RGB
CMYK
RGB Variations
Color information
#696B93 (or 0x696B93) is known color: Scampi. HEX triplet: 69, 6B and 93. RGB value is (105,107,147). Sum of RGB (Red+Green+Blue) = 105+107+147=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #696B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B93 is #96946C. Grayscale: #6E6E6E. Windows color (decimal): -9868397 or 9661289. OLE color: 9661289.
HSL color Cylindrical-coordinate representation of color #696B93: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696B93 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 107 | 147 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.42 |
| HSL | 237.14º | 0.17% | 0.49% | - |
| HSV(B) | 237.14º | 0.29% | 0.58% | - |
| XYZ | 16.35 | 15.63 | 29.76 | - |
| YUV | 110.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 147 | 0.29 | 0.27 | 0 | 0.42 | 237.14 | 0.17 | 0.49 |
| Hex | 69 | 6B | 93 | 1D | 1B | 0 | 2A | ED | 11 | 31 |
| Octal | 151 | 153 | 223 | 35 | 33 | 0 | 52 | 355 | 21 | 61 |
| Binary | 1101001 | 1101011 | 10010011 | 11101 | 11011 | 0 | 101010 | 11101101 | 10001 | 110001 |
Color Harmonies of #696B93
Complementary color
Monochromatic Colors of #696B93
Black with #696B93
Text Example
Text Example
White with #696B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B93; }
p { color: rgb(105,107,147); }
H1.HeaderClassName
{
color: #696B93;
}
.AnyTagClassName
{
color: #696B93;
}
</style>
background-color css
<style>
a { background-color: #696B93; }
a { background-color: rgb(105,107,147); }
div.DivClassName
{
background-color: #696B93;
}
.BgClassName
{
background-color: #696B93;
}
</style>
border-color css
<style>
span { border-color: #696B93; }
span { border-color: rgb(105,107,147); }
td.TdClassName
{
border-color: #696B93;
}
.TagClassName
{
border-color: #696B93;
}
</style>