Shades of Scampi #6D6B8C
Tints of Scampi #6D6B8C
RGB
CMYK
RGB Variations
Color information
#6D6B8C (or 0x6D6B8C) is known color: Scampi. HEX triplet: 6D, 6B and 8C. RGB value is (109,107,140). Sum of RGB (Red+Green+Blue) = 109+107+140=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D6B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6B8C is #929473. Grayscale: #6F6F6F. Windows color (decimal): -9606260 or 9202541. OLE color: 9202541.
HSL color Cylindrical-coordinate representation of color #6D6B8C: hue angle of 243.64º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6B8C is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 107 | 140 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.45 |
| HSL | 243.64º | 0.13% | 0.48% | - |
| HSV(B) | 243.64º | 0.24% | 0.55% | - |
| XYZ | 16.3 | 15.66 | 26.97 | - |
| YUV | 111.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 140 | 0.22 | 0.24 | 0 | 0.45 | 243.64 | 0.13 | 0.48 |
| Hex | 6D | 6B | 8C | 16 | 18 | 0 | 2D | F4 | D | 30 |
| Octal | 155 | 153 | 214 | 26 | 30 | 0 | 55 | 364 | 15 | 60 |
| Binary | 1101101 | 1101011 | 10001100 | 10110 | 11000 | 0 | 101101 | 11110100 | 1101 | 110000 |
Color Harmonies of #6D6B8C
Complementary color
Monochromatic Colors of #6D6B8C
Black with #6D6B8C
Text Example
Text Example
White with #6D6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B8C; }
p { color: rgb(109,107,140); }
H1.HeaderClassName
{
color: #6D6B8C;
}
.AnyTagClassName
{
color: #6D6B8C;
}
</style>
background-color css
<style>
a { background-color: #6D6B8C; }
a { background-color: rgb(109,107,140); }
div.DivClassName
{
background-color: #6D6B8C;
}
.BgClassName
{
background-color: #6D6B8C;
}
</style>
border-color css
<style>
span { border-color: #6D6B8C; }
span { border-color: rgb(109,107,140); }
td.TdClassName
{
border-color: #6D6B8C;
}
.TagClassName
{
border-color: #6D6B8C;
}
</style>