Shades of Scampi #6D669A
Tints of Scampi #6D669A
RGB
CMYK
RGB Variations
Color information
#6D669A (or 0x6D669A) is known color: Scampi. HEX triplet: 6D, 66 and 9A. RGB value is (109,102,154). Sum of RGB (Red+Green+Blue) = 109+102+154=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D669A is #929965. Grayscale: #6D6D6D. Windows color (decimal): -9607526 or 10118765. OLE color: 10118765.
HSL color Cylindrical-coordinate representation of color #6D669A: hue angle of 248.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D669A is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 102 | 154 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.40 |
| HSL | 248.08º | 0.2% | 0.5% | - |
| HSV(B) | 248.08º | 0.34% | 0.6% | - |
| XYZ | 16.89 | 15.09 | 32.59 | - |
| YUV | 110.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 154 | 0.29 | 0.34 | 0 | 0.40 | 248.08 | 0.2 | 0.5 |
| Hex | 6D | 66 | 9A | 1D | 22 | 0 | 28 | F8 | 14 | 32 |
| Octal | 155 | 146 | 232 | 35 | 42 | 0 | 50 | 370 | 24 | 62 |
| Binary | 1101101 | 1100110 | 10011010 | 11101 | 100010 | 0 | 101000 | 11111000 | 10100 | 110010 |
Color Harmonies of #6D669A
Complementary color
Monochromatic Colors of #6D669A
Black with #6D669A
Text Example
Text Example
White with #6D669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D669A; }
p { color: rgb(109,102,154); }
H1.HeaderClassName
{
color: #6D669A;
}
.AnyTagClassName
{
color: #6D669A;
}
</style>
background-color css
<style>
a { background-color: #6D669A; }
a { background-color: rgb(109,102,154); }
div.DivClassName
{
background-color: #6D669A;
}
.BgClassName
{
background-color: #6D669A;
}
</style>
border-color css
<style>
span { border-color: #6D669A; }
span { border-color: rgb(109,102,154); }
td.TdClassName
{
border-color: #6D669A;
}
.TagClassName
{
border-color: #6D669A;
}
</style>