Shades of Scampi #6D6B92
Tints of Scampi #6D6B92
RGB
CMYK
RGB Variations
Color information
#6D6B92 (or 0x6D6B92) is known color: Scampi. HEX triplet: 6D, 6B and 92. RGB value is (109,107,146). Sum of RGB (Red+Green+Blue) = 109+107+146=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D6B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6B92 is #92946D. Grayscale: #6F6F6F. Windows color (decimal): -9606254 or 9595757. OLE color: 9595757.
HSL color Cylindrical-coordinate representation of color #6D6B92: hue angle of 243.08º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6B92 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 107 | 146 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.43 |
| HSL | 243.08º | 0.15% | 0.5% | - |
| HSV(B) | 243.08º | 0.27% | 0.57% | - |
| XYZ | 16.75 | 15.84 | 29.37 | - |
| YUV | 112.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 146 | 0.25 | 0.27 | 0 | 0.43 | 243.08 | 0.15 | 0.5 |
| Hex | 6D | 6B | 92 | 19 | 1B | 0 | 2B | F3 | F | 32 |
| Octal | 155 | 153 | 222 | 31 | 33 | 0 | 53 | 363 | 17 | 62 |
| Binary | 1101101 | 1101011 | 10010010 | 11001 | 11011 | 0 | 101011 | 11110011 | 1111 | 110010 |
Color Harmonies of #6D6B92
Complementary color
Monochromatic Colors of #6D6B92
Black with #6D6B92
Text Example
Text Example
White with #6D6B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B92; }
p { color: rgb(109,107,146); }
H1.HeaderClassName
{
color: #6D6B92;
}
.AnyTagClassName
{
color: #6D6B92;
}
</style>
background-color css
<style>
a { background-color: #6D6B92; }
a { background-color: rgb(109,107,146); }
div.DivClassName
{
background-color: #6D6B92;
}
.BgClassName
{
background-color: #6D6B92;
}
</style>
border-color css
<style>
span { border-color: #6D6B92; }
span { border-color: rgb(109,107,146); }
td.TdClassName
{
border-color: #6D6B92;
}
.TagClassName
{
border-color: #6D6B92;
}
</style>