Shades of Scampi #6D6B9A
Tints of Scampi #6D6B9A
RGB
CMYK
RGB Variations
Color information
#6D6B9A (or 0x6D6B9A) is known color: Scampi. HEX triplet: 6D, 6B and 9A. RGB value is (109,107,154). Sum of RGB (Red+Green+Blue) = 109+107+154=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D6B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6B9A is #929465. Grayscale: #707070. Windows color (decimal): -9606246 or 10120045. OLE color: 10120045.
HSL color Cylindrical-coordinate representation of color #6D6B9A: hue angle of 242.55º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D6B9A is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 107 | 154 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.40 |
| HSL | 242.55º | 0.19% | 0.51% | - |
| HSV(B) | 242.55º | 0.31% | 0.6% | - |
| XYZ | 17.4 | 16.1 | 32.76 | - |
| YUV | 112.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 154 | 0.29 | 0.31 | 0 | 0.40 | 242.55 | 0.19 | 0.51 |
| Hex | 6D | 6B | 9A | 1D | 1F | 0 | 28 | F3 | 13 | 33 |
| Octal | 155 | 153 | 232 | 35 | 37 | 0 | 50 | 363 | 23 | 63 |
| Binary | 1101101 | 1101011 | 10011010 | 11101 | 11111 | 0 | 101000 | 11110011 | 10011 | 110011 |
Color Harmonies of #6D6B9A
Complementary color
Monochromatic Colors of #6D6B9A
Black with #6D6B9A
Text Example
Text Example
White with #6D6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B9A; }
p { color: rgb(109,107,154); }
H1.HeaderClassName
{
color: #6D6B9A;
}
.AnyTagClassName
{
color: #6D6B9A;
}
</style>
background-color css
<style>
a { background-color: #6D6B9A; }
a { background-color: rgb(109,107,154); }
div.DivClassName
{
background-color: #6D6B9A;
}
.BgClassName
{
background-color: #6D6B9A;
}
</style>
border-color css
<style>
span { border-color: #6D6B9A; }
span { border-color: rgb(109,107,154); }
td.TdClassName
{
border-color: #6D6B9A;
}
.TagClassName
{
border-color: #6D6B9A;
}
</style>