Shades of Scampi #6D6E8F
Tints of Scampi #6D6E8F
RGB
CMYK
RGB Variations
Color information
#6D6E8F (or 0x6D6E8F) is known color: Scampi. HEX triplet: 6D, 6E and 8F. RGB value is (109,110,143). Sum of RGB (Red+Green+Blue) = 109+110+143=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D6E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E8F is #929170. Grayscale: #717171. Windows color (decimal): -9605489 or 9399917. OLE color: 9399917.
HSL color Cylindrical-coordinate representation of color #6D6E8F: hue angle of 238.24º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6E8F is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 110 | 143 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.44 |
| HSL | 238.24º | 0.13% | 0.49% | - |
| HSV(B) | 238.24º | 0.24% | 0.56% | - |
| XYZ | 16.84 | 16.39 | 28.26 | - |
| YUV | 113.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 143 | 0.24 | 0.23 | 0 | 0.44 | 238.24 | 0.13 | 0.49 |
| Hex | 6D | 6E | 8F | 18 | 17 | 0 | 2C | EE | D | 31 |
| Octal | 155 | 156 | 217 | 30 | 27 | 0 | 54 | 356 | 15 | 61 |
| Binary | 1101101 | 1101110 | 10001111 | 11000 | 10111 | 0 | 101100 | 11101110 | 1101 | 110001 |
Color Harmonies of #6D6E8F
Complementary color
Monochromatic Colors of #6D6E8F
Black with #6D6E8F
Text Example
Text Example
White with #6D6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E8F; }
p { color: rgb(109,110,143); }
H1.HeaderClassName
{
color: #6D6E8F;
}
.AnyTagClassName
{
color: #6D6E8F;
}
</style>
background-color css
<style>
a { background-color: #6D6E8F; }
a { background-color: rgb(109,110,143); }
div.DivClassName
{
background-color: #6D6E8F;
}
.BgClassName
{
background-color: #6D6E8F;
}
</style>
border-color css
<style>
span { border-color: #6D6E8F; }
span { border-color: rgb(109,110,143); }
td.TdClassName
{
border-color: #6D6E8F;
}
.TagClassName
{
border-color: #6D6E8F;
}
</style>