Shades of Scampi #6C679D
Tints of Scampi #6C679D
RGB
CMYK
RGB Variations
Color information
#6C679D (or 0x6C679D) is known color: Scampi. HEX triplet: 6C, 67 and 9D. RGB value is (108,103,157). Sum of RGB (Red+Green+Blue) = 108+103+157=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C679D is #939862. Grayscale: #6E6E6E. Windows color (decimal): -9672803 or 10315628. OLE color: 10315628.
HSL color Cylindrical-coordinate representation of color #6C679D: hue angle of 245.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C679D is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 103 | 157 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.38 |
| HSL | 245.56º | 0.22% | 0.51% | - |
| HSV(B) | 245.56º | 0.34% | 0.62% | - |
| XYZ | 17.12 | 15.32 | 33.95 | - |
| YUV | 110.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 157 | 0.31 | 0.34 | 0 | 0.38 | 245.56 | 0.22 | 0.51 |
| Hex | 6C | 67 | 9D | 1F | 22 | 0 | 26 | F6 | 16 | 33 |
| Octal | 154 | 147 | 235 | 37 | 42 | 0 | 46 | 366 | 26 | 63 |
| Binary | 1101100 | 1100111 | 10011101 | 11111 | 100010 | 0 | 100110 | 11110110 | 10110 | 110011 |
Color Harmonies of #6C679D
Complementary color
Monochromatic Colors of #6C679D
Black with #6C679D
Text Example
Text Example
White with #6C679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C679D; }
p { color: rgb(108,103,157); }
H1.HeaderClassName
{
color: #6C679D;
}
.AnyTagClassName
{
color: #6C679D;
}
</style>
background-color css
<style>
a { background-color: #6C679D; }
a { background-color: rgb(108,103,157); }
div.DivClassName
{
background-color: #6C679D;
}
.BgClassName
{
background-color: #6C679D;
}
</style>
border-color css
<style>
span { border-color: #6C679D; }
span { border-color: rgb(108,103,157); }
td.TdClassName
{
border-color: #6C679D;
}
.TagClassName
{
border-color: #6C679D;
}
</style>