Shades of Scampi #6D6F91
Tints of Scampi #6D6F91
RGB
CMYK
RGB Variations
Color information
#6D6F91 (or 0x6D6F91) is known color: Scampi. HEX triplet: 6D, 6F and 91. RGB value is (109,111,145). Sum of RGB (Red+Green+Blue) = 109+111+145=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F91 is #92906E. Grayscale: #727272. Windows color (decimal): -9605231 or 9531245. OLE color: 9531245.
HSL color Cylindrical-coordinate representation of color #6D6F91: hue angle of 236.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6F91 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 111 | 145 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.43 |
| HSL | 236.67º | 0.14% | 0.5% | - |
| HSV(B) | 236.67º | 0.25% | 0.57% | - |
| XYZ | 17.1 | 16.66 | 29.1 | - |
| YUV | 114.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 145 | 0.25 | 0.23 | 0 | 0.43 | 236.67 | 0.14 | 0.5 |
| Hex | 6D | 6F | 91 | 19 | 17 | 0 | 2B | ED | E | 32 |
| Octal | 155 | 157 | 221 | 31 | 27 | 0 | 53 | 355 | 16 | 62 |
| Binary | 1101101 | 1101111 | 10010001 | 11001 | 10111 | 0 | 101011 | 11101101 | 1110 | 110010 |
Color Harmonies of #6D6F91
Complementary color
Monochromatic Colors of #6D6F91
Black with #6D6F91
Text Example
Text Example
White with #6D6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6F91; }
p { color: rgb(109,111,145); }
H1.HeaderClassName
{
color: #6D6F91;
}
.AnyTagClassName
{
color: #6D6F91;
}
</style>
background-color css
<style>
a { background-color: #6D6F91; }
a { background-color: rgb(109,111,145); }
div.DivClassName
{
background-color: #6D6F91;
}
.BgClassName
{
background-color: #6D6F91;
}
</style>
border-color css
<style>
span { border-color: #6D6F91; }
span { border-color: rgb(109,111,145); }
td.TdClassName
{
border-color: #6D6F91;
}
.TagClassName
{
border-color: #6D6F91;
}
</style>