Shades of Scampi #6F6D9C
Tints of Scampi #6F6D9C
RGB
CMYK
RGB Variations
Color information
#6F6D9C (or 0x6F6D9C) is known color: Scampi. HEX triplet: 6F, 6D and 9C. RGB value is (111,109,156). Sum of RGB (Red+Green+Blue) = 111+109+156=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F6D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6D9C is #909263. Grayscale: #727272. Windows color (decimal): -9474660 or 10251631. OLE color: 10251631.
HSL color Cylindrical-coordinate representation of color #6F6D9C: hue angle of 242.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6D9C is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 109 | 156 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.39 |
| HSL | 242.55º | 0.19% | 0.52% | - |
| HSV(B) | 242.55º | 0.3% | 0.61% | - |
| XYZ | 18.02 | 16.72 | 33.73 | - |
| YUV | 114.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 156 | 0.29 | 0.30 | 0 | 0.39 | 242.55 | 0.19 | 0.52 |
| Hex | 6F | 6D | 9C | 1D | 1E | 0 | 27 | F3 | 13 | 34 |
| Octal | 157 | 155 | 234 | 35 | 36 | 0 | 47 | 363 | 23 | 64 |
| Binary | 1101111 | 1101101 | 10011100 | 11101 | 11110 | 0 | 100111 | 11110011 | 10011 | 110100 |
Color Harmonies of #6F6D9C
Complementary color
Monochromatic Colors of #6F6D9C
Black with #6F6D9C
Text Example
Text Example
White with #6F6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D9C; }
p { color: rgb(111,109,156); }
H1.HeaderClassName
{
color: #6F6D9C;
}
.AnyTagClassName
{
color: #6F6D9C;
}
</style>
background-color css
<style>
a { background-color: #6F6D9C; }
a { background-color: rgb(111,109,156); }
div.DivClassName
{
background-color: #6F6D9C;
}
.BgClassName
{
background-color: #6F6D9C;
}
</style>
border-color css
<style>
span { border-color: #6F6D9C; }
span { border-color: rgb(111,109,156); }
td.TdClassName
{
border-color: #6F6D9C;
}
.TagClassName
{
border-color: #6F6D9C;
}
</style>