Shades of Scampi #69699D
Tints of Scampi #69699D
RGB
CMYK
RGB Variations
Color information
#69699D (or 0x69699D) is known color: Scampi. HEX triplet: 69, 69 and 9D. RGB value is (105,105,157). Sum of RGB (Red+Green+Blue) = 105+105+157=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #69699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69699D is #969662. Grayscale: #6E6E6E. Windows color (decimal): -9868899 or 10316137. OLE color: 10316137.
HSL color Cylindrical-coordinate representation of color #69699D: hue angle of 240º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69699D is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 105 | 157 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.38 |
| HSL | 240º | 0.21% | 0.51% | - |
| HSV(B) | 240º | 0.33% | 0.62% | - |
| XYZ | 16.96 | 15.54 | 34 | - |
| YUV | 110.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 157 | 0.33 | 0.33 | 0 | 0.38 | 240 | 0.21 | 0.51 |
| Hex | 69 | 69 | 9D | 21 | 21 | 0 | 26 | F0 | 15 | 33 |
| Octal | 151 | 151 | 235 | 41 | 41 | 0 | 46 | 360 | 25 | 63 |
| Binary | 1101001 | 1101001 | 10011101 | 100001 | 100001 | 0 | 100110 | 11110000 | 10101 | 110011 |
Color Harmonies of #69699D
Complementary color
Monochromatic Colors of #69699D
Black with #69699D
Text Example
Text Example
White with #69699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69699D; }
p { color: rgb(105,105,157); }
H1.HeaderClassName
{
color: #69699D;
}
.AnyTagClassName
{
color: #69699D;
}
</style>
background-color css
<style>
a { background-color: #69699D; }
a { background-color: rgb(105,105,157); }
div.DivClassName
{
background-color: #69699D;
}
.BgClassName
{
background-color: #69699D;
}
</style>
border-color css
<style>
span { border-color: #69699D; }
span { border-color: rgb(105,105,157); }
td.TdClassName
{
border-color: #69699D;
}
.TagClassName
{
border-color: #69699D;
}
</style>