Shades of Scampi #696B9F
Tints of Scampi #696B9F
RGB
CMYK
RGB Variations
Color information
#696B9F (or 0x696B9F) is known color: Scampi. HEX triplet: 69, 6B and 9F. RGB value is (105,107,159). Sum of RGB (Red+Green+Blue) = 105+107+159=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #696B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B9F is #969460. Grayscale: #707070. Windows color (decimal): -9868385 or 10447721. OLE color: 10447721.
HSL color Cylindrical-coordinate representation of color #696B9F: hue angle of 237.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696B9F is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 107 | 159 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.38 |
| HSL | 237.78º | 0.22% | 0.52% | - |
| HSV(B) | 237.78º | 0.34% | 0.62% | - |
| XYZ | 17.34 | 16.02 | 34.98 | - |
| YUV | 112.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 159 | 0.34 | 0.33 | 0 | 0.38 | 237.78 | 0.22 | 0.52 |
| Hex | 69 | 6B | 9F | 22 | 21 | 0 | 26 | EE | 16 | 34 |
| Octal | 151 | 153 | 237 | 42 | 41 | 0 | 46 | 356 | 26 | 64 |
| Binary | 1101001 | 1101011 | 10011111 | 100010 | 100001 | 0 | 100110 | 11101110 | 10110 | 110100 |
Color Harmonies of #696B9F
Complementary color
Monochromatic Colors of #696B9F
Black with #696B9F
Text Example
Text Example
White with #696B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B9F; }
p { color: rgb(105,107,159); }
H1.HeaderClassName
{
color: #696B9F;
}
.AnyTagClassName
{
color: #696B9F;
}
</style>
background-color css
<style>
a { background-color: #696B9F; }
a { background-color: rgb(105,107,159); }
div.DivClassName
{
background-color: #696B9F;
}
.BgClassName
{
background-color: #696B9F;
}
</style>
border-color css
<style>
span { border-color: #696B9F; }
span { border-color: rgb(105,107,159); }
td.TdClassName
{
border-color: #696B9F;
}
.TagClassName
{
border-color: #696B9F;
}
</style>