Shades of Scampi #69688F
Tints of Scampi #69688F
RGB
CMYK
RGB Variations
Color information
#69688F (or 0x69688F) is known color: Scampi. HEX triplet: 69, 68 and 8F. RGB value is (105,104,143). Sum of RGB (Red+Green+Blue) = 105+104+143=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #69688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69688F is #969770. Grayscale: #6C6C6C. Windows color (decimal): -9869169 or 9398377. OLE color: 9398377.
HSL color Cylindrical-coordinate representation of color #69688F: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69688F is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 104 | 143 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.44 |
| HSL | 241.54º | 0.16% | 0.48% | - |
| HSV(B) | 241.54º | 0.27% | 0.56% | - |
| XYZ | 15.73 | 14.89 | 28.03 | - |
| YUV | 108.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 143 | 0.27 | 0.27 | 0 | 0.44 | 241.54 | 0.16 | 0.48 |
| Hex | 69 | 68 | 8F | 1B | 1B | 0 | 2C | F2 | 10 | 30 |
| Octal | 151 | 150 | 217 | 33 | 33 | 0 | 54 | 362 | 20 | 60 |
| Binary | 1101001 | 1101000 | 10001111 | 11011 | 11011 | 0 | 101100 | 11110010 | 10000 | 110000 |
Color Harmonies of #69688F
Complementary color
Monochromatic Colors of #69688F
Black with #69688F
Text Example
Text Example
White with #69688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69688F; }
p { color: rgb(105,104,143); }
H1.HeaderClassName
{
color: #69688F;
}
.AnyTagClassName
{
color: #69688F;
}
</style>
background-color css
<style>
a { background-color: #69688F; }
a { background-color: rgb(105,104,143); }
div.DivClassName
{
background-color: #69688F;
}
.BgClassName
{
background-color: #69688F;
}
</style>
border-color css
<style>
span { border-color: #69688F; }
span { border-color: rgb(105,104,143); }
td.TdClassName
{
border-color: #69688F;
}
.TagClassName
{
border-color: #69688F;
}
</style>