Shades of Scampi #6D6791
Tints of Scampi #6D6791
RGB
CMYK
RGB Variations
Color information
#6D6791 (or 0x6D6791) is known color: Scampi. HEX triplet: 6D, 67 and 91. RGB value is (109,103,145). Sum of RGB (Red+Green+Blue) = 109+103+145=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D6791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6791 is #92986E. Grayscale: #6D6D6D. Windows color (decimal): -9607279 or 9529197. OLE color: 9529197.
HSL color Cylindrical-coordinate representation of color #6D6791: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D6791 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 103 | 145 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.43 |
| HSL | 248.57º | 0.17% | 0.49% | - |
| HSV(B) | 248.57º | 0.29% | 0.57% | - |
| XYZ | 16.27 | 15 | 28.83 | - |
| YUV | 109.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 145 | 0.25 | 0.29 | 0 | 0.43 | 248.57 | 0.17 | 0.49 |
| Hex | 6D | 67 | 91 | 19 | 1D | 0 | 2B | F9 | 11 | 31 |
| Octal | 155 | 147 | 221 | 31 | 35 | 0 | 53 | 371 | 21 | 61 |
| Binary | 1101101 | 1100111 | 10010001 | 11001 | 11101 | 0 | 101011 | 11111001 | 10001 | 110001 |
Color Harmonies of #6D6791
Complementary color
Monochromatic Colors of #6D6791
Black with #6D6791
Text Example
Text Example
White with #6D6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6791; }
p { color: rgb(109,103,145); }
H1.HeaderClassName
{
color: #6D6791;
}
.AnyTagClassName
{
color: #6D6791;
}
</style>
background-color css
<style>
a { background-color: #6D6791; }
a { background-color: rgb(109,103,145); }
div.DivClassName
{
background-color: #6D6791;
}
.BgClassName
{
background-color: #6D6791;
}
</style>
border-color css
<style>
span { border-color: #6D6791; }
span { border-color: rgb(109,103,145); }
td.TdClassName
{
border-color: #6D6791;
}
.TagClassName
{
border-color: #6D6791;
}
</style>