Shades of Scampi #6C6D92
Tints of Scampi #6C6D92
RGB
CMYK
RGB Variations
Color information
#6C6D92 (or 0x6C6D92) is known color: Scampi. HEX triplet: 6C, 6D and 92. RGB value is (108,109,146). Sum of RGB (Red+Green+Blue) = 108+109+146=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C6D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6D92 is #93926D. Grayscale: #707070. Windows color (decimal): -9671278 or 9596268. OLE color: 9596268.
HSL color Cylindrical-coordinate representation of color #6C6D92: hue angle of 238.42º 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 #6C6D92 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 109 | 146 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.43 |
| HSL | 238.42º | 0.15% | 0.5% | - |
| HSV(B) | 238.42º | 0.26% | 0.57% | - |
| XYZ | 16.84 | 16.2 | 29.43 | - |
| YUV | 112.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 146 | 0.26 | 0.25 | 0 | 0.43 | 238.42 | 0.15 | 0.5 |
| Hex | 6C | 6D | 92 | 1A | 19 | 0 | 2B | EE | F | 32 |
| Octal | 154 | 155 | 222 | 32 | 31 | 0 | 53 | 356 | 17 | 62 |
| Binary | 1101100 | 1101101 | 10010010 | 11010 | 11001 | 0 | 101011 | 11101110 | 1111 | 110010 |
Color Harmonies of #6C6D92
Complementary color
Monochromatic Colors of #6C6D92
Black with #6C6D92
Text Example
Text Example
White with #6C6D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D92; }
p { color: rgb(108,109,146); }
H1.HeaderClassName
{
color: #6C6D92;
}
.AnyTagClassName
{
color: #6C6D92;
}
</style>
background-color css
<style>
a { background-color: #6C6D92; }
a { background-color: rgb(108,109,146); }
div.DivClassName
{
background-color: #6C6D92;
}
.BgClassName
{
background-color: #6C6D92;
}
</style>
border-color css
<style>
span { border-color: #6C6D92; }
span { border-color: rgb(108,109,146); }
td.TdClassName
{
border-color: #6C6D92;
}
.TagClassName
{
border-color: #6C6D92;
}
</style>