Shades of Scampi #6C6D9F
Tints of Scampi #6C6D9F
RGB
CMYK
RGB Variations
Color information
#6C6D9F (or 0x6C6D9F) is known color: Scampi. HEX triplet: 6C, 6D and 9F. RGB value is (108,109,159). Sum of RGB (Red+Green+Blue) = 108+109+159=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C6D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6D9F is #939260. Grayscale: #727272. Windows color (decimal): -9671265 or 10448236. OLE color: 10448236.
HSL color Cylindrical-coordinate representation of color #6C6D9F: hue angle of 238.82º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6D9F is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 109 | 159 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.38 |
| HSL | 238.82º | 0.21% | 0.52% | - |
| HSV(B) | 238.82º | 0.32% | 0.62% | - |
| XYZ | 17.91 | 16.63 | 35.07 | - |
| YUV | 114.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 159 | 0.32 | 0.31 | 0 | 0.38 | 238.82 | 0.21 | 0.52 |
| Hex | 6C | 6D | 9F | 20 | 1F | 0 | 26 | EF | 15 | 34 |
| Octal | 154 | 155 | 237 | 40 | 37 | 0 | 46 | 357 | 25 | 64 |
| Binary | 1101100 | 1101101 | 10011111 | 100000 | 11111 | 0 | 100110 | 11101111 | 10101 | 110100 |
Color Harmonies of #6C6D9F
Complementary color
Monochromatic Colors of #6C6D9F
Black with #6C6D9F
Text Example
Text Example
White with #6C6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D9F; }
p { color: rgb(108,109,159); }
H1.HeaderClassName
{
color: #6C6D9F;
}
.AnyTagClassName
{
color: #6C6D9F;
}
</style>
background-color css
<style>
a { background-color: #6C6D9F; }
a { background-color: rgb(108,109,159); }
div.DivClassName
{
background-color: #6C6D9F;
}
.BgClassName
{
background-color: #6C6D9F;
}
</style>
border-color css
<style>
span { border-color: #6C6D9F; }
span { border-color: rgb(108,109,159); }
td.TdClassName
{
border-color: #6C6D9F;
}
.TagClassName
{
border-color: #6C6D9F;
}
</style>