Shades of Scampi #6A698E
Tints of Scampi #6A698E
RGB
CMYK
RGB Variations
Color information
#6A698E (or 0x6A698E) is known color: Scampi. HEX triplet: 6A, 69 and 8E. RGB value is (106,105,142). Sum of RGB (Red+Green+Blue) = 106+105+142=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A698E is #959671. Grayscale: #6D6D6D. Windows color (decimal): -9803378 or 9333098. OLE color: 9333098.
HSL color Cylindrical-coordinate representation of color #6A698E: hue angle of 241.62º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A698E is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 105 | 142 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.44 |
| HSL | 241.62º | 0.15% | 0.48% | - |
| HSV(B) | 241.62º | 0.26% | 0.56% | - |
| XYZ | 15.88 | 15.12 | 27.67 | - |
| YUV | 109.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 142 | 0.25 | 0.26 | 0 | 0.44 | 241.62 | 0.15 | 0.48 |
| Hex | 6A | 69 | 8E | 19 | 1A | 0 | 2C | F2 | F | 30 |
| Octal | 152 | 151 | 216 | 31 | 32 | 0 | 54 | 362 | 17 | 60 |
| Binary | 1101010 | 1101001 | 10001110 | 11001 | 11010 | 0 | 101100 | 11110010 | 1111 | 110000 |
Color Harmonies of #6A698E
Complementary color
Monochromatic Colors of #6A698E
Black with #6A698E
Text Example
Text Example
White with #6A698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A698E; }
p { color: rgb(106,105,142); }
H1.HeaderClassName
{
color: #6A698E;
}
.AnyTagClassName
{
color: #6A698E;
}
</style>
background-color css
<style>
a { background-color: #6A698E; }
a { background-color: rgb(106,105,142); }
div.DivClassName
{
background-color: #6A698E;
}
.BgClassName
{
background-color: #6A698E;
}
</style>
border-color css
<style>
span { border-color: #6A698E; }
span { border-color: rgb(106,105,142); }
td.TdClassName
{
border-color: #6A698E;
}
.TagClassName
{
border-color: #6A698E;
}
</style>