Shades of Scampi #6F679D
Tints of Scampi #6F679D
RGB
CMYK
RGB Variations
Color information
#6F679D (or 0x6F679D) is known color: Scampi. HEX triplet: 6F, 67 and 9D. RGB value is (111,103,157). Sum of RGB (Red+Green+Blue) = 111+103+157=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F679D is #909862. Grayscale: #6F6F6F. Windows color (decimal): -9476195 or 10315631. OLE color: 10315631.
HSL color Cylindrical-coordinate representation of color #6F679D: hue angle of 248.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F679D is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 103 | 157 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.38 |
| HSL | 248.89º | 0.22% | 0.51% | - |
| HSV(B) | 248.89º | 0.34% | 0.62% | - |
| XYZ | 17.49 | 15.51 | 33.97 | - |
| YUV | 111.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 157 | 0.29 | 0.34 | 0 | 0.38 | 248.89 | 0.22 | 0.51 |
| Hex | 6F | 67 | 9D | 1D | 22 | 0 | 26 | F9 | 16 | 33 |
| Octal | 157 | 147 | 235 | 35 | 42 | 0 | 46 | 371 | 26 | 63 |
| Binary | 1101111 | 1100111 | 10011101 | 11101 | 100010 | 0 | 100110 | 11111001 | 10110 | 110011 |
Color Harmonies of #6F679D
Complementary color
Monochromatic Colors of #6F679D
Black with #6F679D
Text Example
Text Example
White with #6F679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F679D; }
p { color: rgb(111,103,157); }
H1.HeaderClassName
{
color: #6F679D;
}
.AnyTagClassName
{
color: #6F679D;
}
</style>
background-color css
<style>
a { background-color: #6F679D; }
a { background-color: rgb(111,103,157); }
div.DivClassName
{
background-color: #6F679D;
}
.BgClassName
{
background-color: #6F679D;
}
</style>
border-color css
<style>
span { border-color: #6F679D; }
span { border-color: rgb(111,103,157); }
td.TdClassName
{
border-color: #6F679D;
}
.TagClassName
{
border-color: #6F679D;
}
</style>