Shades of Scampi #6D6C91
Tints of Scampi #6D6C91
RGB
CMYK
RGB Variations
Color information
#6D6C91 (or 0x6D6C91) is known color: Scampi. HEX triplet: 6D, 6C and 91. RGB value is (109,108,145). Sum of RGB (Red+Green+Blue) = 109+108+145=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C91 is #92936E. Grayscale: #707070. Windows color (decimal): -9605999 or 9530477. OLE color: 9530477.
HSL color Cylindrical-coordinate representation of color #6D6C91: hue angle of 241.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6C91 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 108 | 145 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.43 |
| HSL | 241.62º | 0.15% | 0.5% | - |
| HSV(B) | 241.62º | 0.26% | 0.57% | - |
| XYZ | 16.78 | 16.02 | 29 | - |
| YUV | 112.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 145 | 0.25 | 0.26 | 0 | 0.43 | 241.62 | 0.15 | 0.5 |
| Hex | 6D | 6C | 91 | 19 | 1A | 0 | 2B | F2 | F | 32 |
| Octal | 155 | 154 | 221 | 31 | 32 | 0 | 53 | 362 | 17 | 62 |
| Binary | 1101101 | 1101100 | 10010001 | 11001 | 11010 | 0 | 101011 | 11110010 | 1111 | 110010 |
Color Harmonies of #6D6C91
Complementary color
Monochromatic Colors of #6D6C91
Black with #6D6C91
Text Example
Text Example
White with #6D6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C91; }
p { color: rgb(109,108,145); }
H1.HeaderClassName
{
color: #6D6C91;
}
.AnyTagClassName
{
color: #6D6C91;
}
</style>
background-color css
<style>
a { background-color: #6D6C91; }
a { background-color: rgb(109,108,145); }
div.DivClassName
{
background-color: #6D6C91;
}
.BgClassName
{
background-color: #6D6C91;
}
</style>
border-color css
<style>
span { border-color: #6D6C91; }
span { border-color: rgb(109,108,145); }
td.TdClassName
{
border-color: #6D6C91;
}
.TagClassName
{
border-color: #6D6C91;
}
</style>